Do some cleanup

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-12-07 22:06:04 +01:00
committed by Julius Härtl
parent d386ab80d4
commit 5394d0f59b
2 changed files with 1 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
*/
/** global: OC */
app.controller('AppController', function ($scope, $location, $http, $route, $log, $rootScope, $stateParams) {
app.controller('AppController', function ($scope, $location, $http, $route, $log, $rootScope) {
$rootScope.sidebar = {
show: false
};