diff --git a/src/views/users.js b/src/views/users.js index 39619339d..0c8b5581d 100644 --- a/src/views/users.js +++ b/src/views/users.js @@ -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('/'); });