summaryrefslogtreecommitdiffstats
path: root/app/configuration/controllers/security-controller.js
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-07-18 18:47:20 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-07-24 13:48:08 +0000
commit64ceb60739d636e3f1199e00966d5ffda1b8fe48 (patch)
tree25365009e94a9a1abb9e6c722a666686ac252d15 /app/configuration/controllers/security-controller.js
parent28f4c1e6227814ebe46a07bbf233df2eef25cf03 (diff)
downloadphosphor-webui-64ceb60739d636e3f1199e00966d5ffda1b8fe48.tar.gz
phosphor-webui-64ceb60739d636e3f1199e00966d5ffda1b8fe48.zip
Remove security page
This page was unused and haven't heard of any plans to implement it. Cleaning up the code base. Change-Id: Ie4fadc57e42f9b1c8fbc7f4c848f001ff062210f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration/controllers/security-controller.js')
-rw-r--r--app/configuration/controllers/security-controller.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/configuration/controllers/security-controller.js b/app/configuration/controllers/security-controller.js
deleted file mode 100644
index e04bdfa..0000000
--- a/app/configuration/controllers/security-controller.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Controller for security
- *
- * @module app/configuration
- * @exports securityController
- * @name securityController
- */
-
-window.angular && (function(angular) {
- 'use strict';
-
- angular.module('app.configuration').controller('securityController', [
- '$scope', '$window', 'APIUtils', 'dataService',
- function($scope, $window, APIUtils, dataService) {
- $scope.dataService = dataService;
- }
- ]);
-
-})(angular);
OpenPOWER on IntegriCloud