alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

No Delay is not working #60

Closed jlocans closed 8 years ago

jlocans commented 8 years ago

For delay option description Readme says: Number of ms before notification fades out. If not an integer, notification will persist until killed. I tried setting it to non numerical value both, for a single message and in global options, but the message dissapears immediately. See plunker: http://plnkr.co/edit/4WKNdPOieAOzFJLQbOju?p=preview

joshuaja commented 8 years ago

I set delay: null and it seems to do the trick.

jlocans commented 8 years ago

Can you post a plunker? I tried with null on chrome, ff, ie, opera and on all of these the message disappears instantly. On ff it doesn't even come up.

Mic75 commented 8 years ago

Hi @Janjuks,

In you plunker, I replaced the angular-ui-notification js file, with the latest (0.1.0) from the repo and the "no delay" is working.

alexcrack commented 8 years ago

Works with latest version 0.1.0