Cleanup mostly use statements

This commit is contained in:
Julius Haertl
2016-10-28 00:04:08 +02:00
parent 1167ca14a8
commit 1faa3481f8
14 changed files with 23 additions and 33 deletions

View File

@@ -10,7 +10,7 @@
"angular-ui-bootstrap": "~1.*.*",
"ng-sortable": "~1.*.*",
"jquery": "~2.*",
"momentjs": "~2.11.*",
"momentjs": "~2.*",
"es6-shim": "~0.*",
"js-url": "~2.*",
"masonry": "~4.0.0",

View File

@@ -119,7 +119,7 @@ app.controller('BoardController', ["$rootScope", "$scope", "$stateParams", "Stat
$scope.sidebar = $rootScope.sidebar;
$scope.id = $stateParams.boardId;
$scope.status={},
$scope.status={};
$scope.newLabel={};
$scope.status.boardtab = $stateParams.detailTab;