summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2017-09-11 20:12:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-11 20:12:31 +0000
commit1e071cdf92857ed6c419da49a332ab477c833ae7 (patch)
treea9cb593f69d77b73118ee550d4688e09a5d721f0
parentc135fe6acd184633e34fa6235faa43e4c581dcc9 (diff)
parent6be94a3fab1c47cfacbb92caa730067af9ecf64e (diff)
Merge "Fix the error in the podscontroller."
-rw-r--r--utils/test/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js4
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.'
}
}