Make linter happy

This commit is contained in:
Johannes Zellner
2019-01-07 17:34:10 +01:00
parent 59c7c1e302
commit db5892d0ae
+3 -1
View File
@@ -1,6 +1,8 @@
'use strict';
/* global asyncForEach:false */
/* global angular:false */
/* global $:false */
angular.module('Application').controller('AccountController', ['$scope', 'Client', function ($scope, Client) {
$scope.user = Client.getUserInfo();
@@ -311,7 +313,7 @@ angular.module('Application').controller('AccountController', ['$scope', 'Client
$scope.tokenAddForm.$setPristine();
},
show: function (client) {
show: function () {
$scope.tokenAdd.reset();
$('#tokenAddModal').modal('show');
},