commit | 301d66ae2647f94c066196110a5cd83fdd573591 | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Thu Mar 08 06:57:11 2018 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Thu Mar 08 06:57:11 2018 +0000 |
tree | 718940ff0ed448f039b116238832f9173a05e5ad | |
parent | bffca61e5b75c556c7a0a1bda4e537146d4ec2ae [diff] | |
parent | d71637caa7115b7fd86407349a541409e35810f6 [diff] |
Merge "Change ng-click to ng-change"
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html index 9ce936e..63c129d 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html
@@ -80,7 +80,7 @@ ng-model="temp.policy.version" ng-options="option for option in microServiceModelsDictionaryVersionDatas track by option" ng-init="addDataToFields(temp.policy.serviceType, temp.policy.version);" - ng-click="addDataToFields(temp.policy.serviceType, temp.policy.version);" + ng-change="addDataToFields(temp.policy.serviceType, temp.policy.version);" title="Select the dropdown value driven based on MicroService Models (MicroService Policy)Dictionary selection."></select> </div> </div>