rename from hasTemplates to isInstantiationTemplateExists in browse SDC
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / controller / ServiceModelController.js
index 1b64573..a540d16 100755 (executable)
                 viewPerPage: $scope.viewPerPage,
                 currentPage: $scope.currentPage
                        };
-                       DataService.setHasTemplate(service.hasTemplate);
+                       DataService.setIsInstantiationTemplateExists(service.isInstantiationTemplateExists);
                        sessionStorage.setItem("searchKey",JSON.stringify(searchKey));
 
                        console.log("Instantiating SDC service " + service.uuid);