summaryrefslogtreecommitdiffstats
path: root/static/js/mainController.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/mainController.js')
-rw-r--r--static/js/mainController.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/static/js/mainController.js b/static/js/mainController.js
deleted file mode 100644
index c0be7e7..0000000
--- a/static/js/mainController.js
+++ /dev/null
@@ -1,6 +0,0 @@
-angular.module('bmcApp').controller('MainCtrl', [
- '$scope', 'AuthenticationService',
- function($scope, AuthenticationService) {
- $scope.is_logged_in = AuthenticationService.IsLoggedIn;
- }
-]); \ No newline at end of file
OpenPOWER on IntegriCloud