fix error notif time

This commit is contained in:
Manuel Araoz 2014-06-26 19:09:48 -03:00
parent 507b844eed
commit 5bc573b490
1 changed files with 1 additions and 1 deletions

View File

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