From 031a65e0e485606a789ff2c495000a8012e04e60 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 24 Jul 2014 17:36:44 -0300 Subject: [PATCH] fixes timeout notifications --- js/services/notifications.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/services/notifications.js b/js/services/notifications.js index 05107434f..0a6bdd42c 100644 --- a/js/services/notifications.js +++ b/js/services/notifications.js @@ -25,11 +25,11 @@ factory('notification', ['$timeout', enabled: true }, error: { - duration: 50000000, + duration: 5000, enabled: true }, success: { - duration: 50000000, + duration: 5000, enabled: true }, progress: {