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 | 420322601bf453c3f796edc6c7cadbaa4219592f (patch) | |
tree | 126082bf881b966f7a0ee1c0062f602e44d5b648 /testapi/3rd_party | |
parent | 0ca0e26817107bb57602cec3b5f94e6b43e9112c (diff) | |
parent | ba0e771f7ec2880aa722583189efd22050163d51 (diff) |
Merge "Fix the error in the podscontroller."
Diffstat (limited to 'testapi/3rd_party')
-rw-r--r-- | testapi/3rd_party/static/testapi-ui/components/pods/podsController.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js b/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js index 8015bec..489fa8a 100644 --- a/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js +++ b/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.' } } |