Cleanup mostly use statements
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user