Show the notification messages for more time
This commit is contained in:
parent
169c42af85
commit
9999dcbe98
1 changed files with 5 additions and 5 deletions
|
|
@ -9,11 +9,11 @@ factory('notification', ['$timeout',
|
||||||
|
|
||||||
var settings = {
|
var settings = {
|
||||||
info: {
|
info: {
|
||||||
duration: 5000,
|
duration: 10000,
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
funds: {
|
funds: {
|
||||||
duration: 5000,
|
duration: 7000,
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
version: {
|
version: {
|
||||||
|
|
@ -21,11 +21,11 @@ factory('notification', ['$timeout',
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
warning: {
|
warning: {
|
||||||
duration: 5000,
|
duration: 7000,
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
error: {
|
error: {
|
||||||
duration: 5000,
|
duration: 10000,
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
success: {
|
success: {
|
||||||
|
|
@ -42,7 +42,7 @@ factory('notification', ['$timeout',
|
||||||
},
|
},
|
||||||
details: true,
|
details: true,
|
||||||
localStorage: false,
|
localStorage: false,
|
||||||
html5Mode: false,
|
html5Mode: true,
|
||||||
html5DefaultIcon: 'img/favicon.ico'
|
html5DefaultIcon: 'img/favicon.ico'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue