Make linter happy

This commit is contained in:
Johannes Zellner
2019-01-17 13:26:47 +01:00
parent 59c8211c41
commit b268368e3d

View File

@@ -1,5 +1,8 @@
'use strict';
/* global angular:false */
/* global $:false */
angular.module('Application').controller('MainController', ['$scope', '$route', '$timeout', '$location', 'Client', 'AppStore', function ($scope, $route, $timeout, $location, Client, AppStore) {
$scope.initialized = false; // used to animate the UI
$scope.user = Client.getUserInfo();