Fixed SonarIssues Alerts to Bootstrap Notification
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / controller / dictionaryController / MSDictionaryController.js
index 21b8969..a3a9349 100644 (file)
@@ -59,7 +59,7 @@ app.controller('editMSDictController' ,  function ($scope, $modalInstance, messa
                                }
                        },
                        error : function(data){
-                               alert("Error while saving.");
+                               Notification.error("Error while saving.");
                        }
                });     
        }