X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fsrc%2Fmain%2Fwebapp%2Fapp%2Fvid%2Fscripts%2Fcontroller%2FServiceModelController.js;h=b29680f9dd502b3dc246acd5983b5a909c85e4d2;hb=cbf73dae518c62d5ebd077816e457d5e8db15a85;hp=9cb90503818f5fa150787b10879a59ea0542f1a5;hpb=fdea9e36bd95193d2e920398beee914e4953919c;p=vid.git diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js index 9cb905038..b29680f9d 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js @@ -89,6 +89,10 @@ }); }; + $scope.isShowOrchestrationType = function() { + return featureFlags.isOn(COMPONENT.FEATURE_FLAGS.FLAG_SHOW_ORCHESTRATION_TYPE); + }; + var wholeData=[]; $scope.filterDataWithHigherVersion = function(serviceData){