diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-09-11 20:12:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-11 20:12:31 +0000 |
commit | 1e071cdf92857ed6c419da49a332ab477c833ae7 (patch) | |
tree | a9cb593f69d77b73118ee550d4688e09a5d721f0 /utils/test/testapi/3rd_party/static | |
parent | c135fe6acd184633e34fa6235faa43e4c581dcc9 (diff) | |
parent | 6be94a3fab1c47cfacbb92caa730067af9ecf64e (diff) |
Merge "Fix the error in the podscontroller."
Diffstat (limited to 'utils/test/testapi/3rd_party/static')
-rw-r--r-- | utils/test/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js b/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js index 8015becde..489fa8a8d 100644 --- a/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js +++ b/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js @@ -20,7 +20,7 @@ .controller('PodsController', PodsController); PodsController.$inject = [ - '$rootScope', '$scope', '$http', '$filter', '$state', 'testapiApiUrl','raiseAlert' + '$scope', '$http', '$filter', '$state', 'testapiApiUrl','raiseAlert' ]; /** @@ -98,7 +98,7 @@ } else{ ctrl.showError = true; - ctrl.error = 'Name is missing.' + ctrl.error = 'Name is missing.' } } |