Fixed SonarIssues Alerts to Bootstrap Notification
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / controller / dictionaryController / DecisionRainyDayDictController.js
index fa14dfd..410ef26 100644 (file)
@@ -71,7 +71,7 @@ app.controller('editRainyDayDictController' , function ($scope, $modalInstance,
                                }
                        },
                        error : function(data){
-                               alert("Error while saving.");
+                               Notification.error("Error while saving.");
                        }
                });
     };