update to socket.io 1.0, adds connection error warnings
This commit is contained in:
parent
d88ef95789
commit
3a4bb56c26
6 changed files with 75 additions and 13 deletions
|
|
@ -10,7 +10,7 @@ angular.module('notifications', []).
|
|||
info: { duration: 5000, enabled: true },
|
||||
funds: { duration: 5000, enabled: true },
|
||||
warning: { duration: 5000, enabled: true },
|
||||
error: { duration: 5000, enabled: true },
|
||||
error: { duration: 1e10, enabled: true },
|
||||
success: { duration: 5000, enabled: true },
|
||||
progress: { duration: 0, enabled: true },
|
||||
custom: { duration: 35000, enabled: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue