fix error notif time

This commit is contained in:
Manuel Araoz 2014-06-26 19:09:48 -03:00
commit 5bc573b490

View file

@ -21,7 +21,7 @@ factory('notification', ['$timeout',
enabled: true
},
error: {
duration: 1e10,
duration: 5000,
enabled: true
},
success: {