Fix linter issues

This commit is contained in:
Johannes Zellner
2018-08-02 22:17:27 +02:00
parent 739c91b1c6
commit 4400b0117a

View File

@@ -1,7 +1,8 @@
'use strict';
/* global angular:false */
/* global Clipboard:false */
+/* global asyncForEach:false */
/* global asyncForEach:false */
angular.module('Application').controller('UsersController', ['$scope', '$location', '$timeout', 'Client', function ($scope, $location, $timeout, Client) {
Client.onReady(function () { if (!Client.hasScope('users')) $location.path('/'); });