Fix margin issues and eslint warnings

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-06-16 21:52:11 +02:00
committed by Julius Härtl
parent 9a77bd7c7c
commit b350213a01
6 changed files with 30 additions and 12 deletions

View File

@@ -20,6 +20,9 @@
*
*/
/* global app */
/* global moment */
app.controller('CardController', function ($scope, $rootScope, $routeParams, $location, $stateParams, BoardService, CardService, StackService, StatusService) {
$scope.sidebar = $rootScope.sidebar;
$scope.status = {};