Fixed SonarIssues Alerts to Bootstrap Notification
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / controller / dictionaryController / attributeDictController.js
index 663e2af..3e54dd3 100644 (file)
@@ -74,7 +74,7 @@ app.controller('editAttributeController' ,function ($scope, $modalInstance, mess
                                }
                        },
                        error : function(data){
-                               alert("Error while saving.");
+                               Notification.error("Error while saving.");
                        }
                });
        }