Removal of dead code
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / OperationalPolicyCtrl.js
index d1f3e0c..6557754 100644 (file)
@@ -33,18 +33,6 @@ app
 function($scope, $rootScope, $uibModalInstance, data, operationalPolicyService, 
          dialogs) {
        console.log("//////operationalPolicyCtrl");
-       $rootScope.serviceInfo;
-       $rootScope.serviceInput;
-       $rootScope.serviceOutput;
-       $rootScope.serviceFault;
-       $rootScope.serviceInputPartInfo;
-       $rootScope.schemElemant1;
-       $rootScope.updateServiceInfo;
-       $rootScope.updateServiceInput;
-       $rootScope.updateServiceOutput;
-       $rootScope.updateServiceFault;
-       $rootScope.updateServiceInputPartInfo;
-       $rootScope.updateSchemElemant1;
        // Below code is added to get the policyNames
        var policies = getOperationalPolicyProperty();
        for ( var obj in policies) {