Fix linter issues
This commit is contained in:
@@ -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('/'); });
|
||||
|
||||
Reference in New Issue
Block a user