Fix some codestyle issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-12-08 16:05:30 +01:00
committed by Julius Härtl
parent 1ace5de9e6
commit 7200e17d33
3 changed files with 7 additions and 8 deletions

View File

@@ -20,8 +20,7 @@
*
*/
/* global app */
/* global moment */
/* global app moment */
app.controller('CardController', function ($scope, $rootScope, $routeParams, $location, $stateParams, $interval, $timeout, BoardService, CardService, StackService, StatusService) {
$scope.sidebar = $rootScope.sidebar;