summaryrefslogtreecommitdiffstats
path: root/app/multi-server/controllers/index-controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/multi-server/controllers/index-controller.js')
-rw-r--r--app/multi-server/controllers/index-controller.js28
1 files changed, 0 insertions, 28 deletions
diff --git a/app/multi-server/controllers/index-controller.js b/app/multi-server/controllers/index-controller.js
deleted file mode 100644
index 59d3488..0000000
--- a/app/multi-server/controllers/index-controller.js
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * Controller for index
- *
- * @module app/multi-server
- * @exports indexController
- * @name indexController
- * @version 0.1.0
- */
-
-window.angular && (function (angular) {
- 'use strict';
-
- angular
- .module('app.overview')
- .controller('indexController', [
- '$scope',
- '$window',
- 'APIUtils',
- 'dataService',
- function($scope, $window, APIUtils, dataService){
- $scope.dataService = dataService;
- $scope.loading = false;
-
- }
- ]
- );
-
-})(angular); \ No newline at end of file
OpenPOWER on IntegriCloud