diff --git a/notification.js b/notification.js index 7a2a969..a074ce9 100644 --- a/notification.js +++ b/notification.js @@ -117,11 +117,11 @@ angular.module('notifications', []). }, error: function(title, content, userData){ - return this.awesomeNotify('error', 'remove', title, content, userData); + return this.awesomeNotify('error', 'times', title, content, userData); }, success: function(title, content, userData){ - return this.awesomeNotify('success', 'ok', title, content, userData); + return this.awesomeNotify('success', 'check', title, content, userData); }, warning: function(title, content, userData){ @@ -216,11 +216,11 @@ angular.module('notifications', []). var html = '