Toggle navigation bar on mobile and desktop devices
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
committed by
Julius Härtl
parent
42f3f5c1dd
commit
882bf773c8
@@ -24,10 +24,6 @@ app.controller('AppController', function ($scope, $location, $http, $route, $log
|
||||
$rootScope.sidebar = {
|
||||
show: false
|
||||
};
|
||||
$rootScope.navibar = {
|
||||
show: true
|
||||
};
|
||||
$scope.sidebar = $rootScope.sidebar;
|
||||
$scope.navibar = $rootScope.navibar;
|
||||
$scope.user = oc_current_user;
|
||||
});
|
||||
Reference in New Issue
Block a user