diff --git a/src/views/apps.js b/src/views/apps.js index a279b029b..2075c0c9b 100644 --- a/src/views/apps.js +++ b/src/views/apps.js @@ -3,7 +3,7 @@ /* global angular:false */ /* global $:false */ -angular.module('Application').controller('AppsController', ['$scope', '$translate', '$timeout', '$interval', '$location', 'Client', function ($scope, $translate, $timeout, $interval, $location, Client) { +angular.module('Application').controller('AppsController', ['$scope', '$translate', '$interval', '$location', 'Client', function ($scope, $translate, $interval, $location, Client) { var ALL_DOMAINS_DOMAIN = { _alldomains: true, domain: 'All Domains' }; // dummy record for the single select filter $scope.installedApps = Client.getInstalledApps();