summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/app.js
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2018-03-16 15:29:44 +0530
committerthuva4 <tharma.thuva@gmail.com>2018-03-16 15:29:44 +0530
commit4ca8f9bc1b74ce826b36f0d44233679bfc5ce8f9 (patch)
treeae2731151c1065e9ca42e4c547fc8756fecb8147 /testapi/opnfv_testapi/ui/app.js
parentd75376d833b0d42eb6e57d4915c89c94d9379047 (diff)
Change deatails in result page to dynamic
Change the static code of the show details in the result page to dynamic JIRA: RELENG-358 Change-Id: I3cf29ba6d7cc852de127f715b7ed27576350ae63 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/opnfv_testapi/ui/app.js')
-rw-r--r--testapi/opnfv_testapi/ui/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/ui/app.js b/testapi/opnfv_testapi/ui/app.js
index ada7577..b4e8d08 100644
--- a/testapi/opnfv_testapi/ui/app.js
+++ b/testapi/opnfv_testapi/ui/app.js
@@ -19,7 +19,7 @@
angular
.module('testapiApp', [
'ui.router','ui.bootstrap', 'cgBusy',
- 'ngResource', 'angular-confirm'
+ 'ngResource', 'angular-confirm', 'angular-json-tree'
]);
angular