fixes timeout notifications
This commit is contained in:
parent
4c190c1132
commit
031a65e0e4
1 changed files with 2 additions and 2 deletions
|
|
@ -25,11 +25,11 @@ factory('notification', ['$timeout',
|
|||
enabled: true
|
||||
},
|
||||
error: {
|
||||
duration: 50000000,
|
||||
duration: 5000,
|
||||
enabled: true
|
||||
},
|
||||
success: {
|
||||
duration: 50000000,
|
||||
duration: 5000,
|
||||
enabled: true
|
||||
},
|
||||
progress: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue