diff options
Diffstat (limited to 'static/js/systemConfigController.js')
| -rw-r--r-- | static/js/systemConfigController.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/static/js/systemConfigController.js b/static/js/systemConfigController.js deleted file mode 100644 index d32f6ce..0000000 --- a/static/js/systemConfigController.js +++ /dev/null @@ -1,11 +0,0 @@ -angular.module('bmcApp') - .controller( - 'systemConfigController', [ - '$scope', '$http', - function($scope, $http) { - $http.get('/intel/system_config').then(function(response) { - $scope.configuration = response.data; - }); - } - ] - ); |

