Skip to content
Snippets Groups Projects
Commit f384e18f authored by Allen Gilliland's avatar Allen Gilliland
Browse files

tidy up a bit more angular code we don't need any more.

parent e29c8e98
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,7 @@ const finalCreateStore = compose(
const reducer = combineReducers(reducers);
var HomeControllers = angular.module('metabase.home.controllers', [
'metabase.metabase.services'
]);
var HomeControllers = angular.module('metabase.home.controllers', []);
HomeControllers.controller('Homepage', ['$scope', '$location', '$route', '$routeParams', function($scope, $location, $route, $routeParams) {
$scope.Component = HomepageApp;
$scope.props = {
......@@ -40,7 +37,6 @@ HomeControllers.controller('Homepage', ['$scope', '$location', '$route', '$route
}
};
$scope.store = finalCreateStore(reducer, { selectedTab: 'activity' });
// TODO: reflect onboarding state
// $scope.monitor = LogMonitor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment