Bulk upload changes and music health check apis
[portal.git] / ecomp-portal-FE-common / client / app / views / role / role-create-edit-popup-controller.js
index d06262b..2b49d9a 100644 (file)
@@ -33,7 +33,7 @@
  *
  * ============LICENSE_END============================================
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 app.controller('roleCreateEditController',function($scope, conf, $http, $modalInstance, confirmBoxService, message, RoleService) {
        $scope.isGlobalRole = false; 
@@ -63,9 +63,9 @@ app.controller('roleCreateEditController',function($scope, conf, $http, $modalIn
                                        availableRoleFunction.selected = true;
                                        console.log(availableRoleFunction.selected);
                                }
-                       };
+                       }
                        $scope.availableRoleFunctions.push(availableRoleFunction);          
-               };
+               }
        
                $scope.toggleRoleFunction = function(selected,selectedRoleFunction){
                        if($scope.roleFunctions){