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
|
enabled: true
|
||||||
},
|
},
|
||||||
error: {
|
error: {
|
||||||
duration: 50000000,
|
duration: 5000,
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
success: {
|
success: {
|
||||||
duration: 50000000,
|
duration: 5000,
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
progress: {
|
progress: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue