wmluke / angular-flash

Flash messages for Angular JS
MIT License
159 stars 53 forks source link

Version 2.0 Roadmap #32

Open wmluke opened 10 years ago

wmluke commented 10 years ago

angular-flash needs a refresh. What features would you like to see in v2.0?

austinpray commented 10 years ago

IE8 support

giladbeeri commented 10 years ago

Upgrade to Bootstrap 3

zakjan commented 10 years ago

Show multiple messages, with their own timeouts to hide

33

Rodeoclash commented 10 years ago

+1 for #33

pragmaticsc commented 9 years ago

IE8 support

opyate commented 9 years ago

33

Something like flash.error('the message', 2000); which enqueues 'the message' and displays it for 2000 ms once other queued messages of the same type (i.e. error in this case) have been rendered.