From 5bc573b490440de49a8b385a7e9ca12c8653aeae Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 26 Jun 2014 19:09:48 -0300 Subject: [PATCH] fix error notif time --- js/services/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/services/notifications.js b/js/services/notifications.js index 22645ec17..e8f9bda2c 100644 --- a/js/services/notifications.js +++ b/js/services/notifications.js @@ -21,7 +21,7 @@ factory('notification', ['$timeout', enabled: true }, error: { - duration: 1e10, + duration: 5000, enabled: true }, success: {