Initial COmmit WIP
This commit is contained in:
7
js/controller/AppController.js
Normal file
7
js/controller/AppController.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
app.controller('AppController', function ($scope, $location, $http, $route, $log, $rootScope, $stateParams) {
|
||||
$rootScope.sidebar = {
|
||||
show: false
|
||||
};
|
||||
$scope.sidebar = $rootScope.sidebar;
|
||||
});
|
||||
Reference in New Issue
Block a user