From f575977130c9c787b489c5de6ff0ff81a9c3f847 Mon Sep 17 00:00:00 2001 From: ra2637 Date: Fri, 1 Nov 2013 19:12:44 +0800 Subject: [PATCH] to fit Font-Awesome v4.0.1 --- notification.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = '
' + '
' + - '' + + '' + '
' + '
' + '
' + - '' + + '' + '' + '
' + '
' +