From ef9cd2561e325c82d4d1fcb03fef4582a53d7839 Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 4 Apr 2017 17:44:21 +0530 Subject: [PATCH] Integration issues Integration of the Client pages to Main GUI IssueId : CLIENT-189 Change-Id: Iea4584bd96d8037389deb72f826ceb09e28f307d Signed-off-by: seshukm --- lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js b/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js index f26f7109..5155738e 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js @@ -288,7 +288,7 @@ var app = angular.module("lcApp", ["ui.router", "ngTable"])/*, 'ui.bootstrap', ' $log.info(tmplatesResponse); var templatesInfo = translateToTemplatesInfo(tmplatesResponse); document.getElementById("svcTempl").innerHTML = templatesInfo; - $scope.optionsValue = tmplatesResponse; + // $scope.optionsValue = tmplatesResponse; /* var dropSimple_data = { "errmsg" : "Service template is required.", "modalVar" : "lifecycleData.optSelect", -- 2.16.6