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

close only on clicking close #83

Open theraaz opened 8 years ago

theraaz commented 8 years ago

It would be nice to have this functionality so that user must click close to close the notification. I thought closeOnClick is for this purpose but no!

related to #82

alexcrack commented 8 years ago

Which "close" should user click?

jmkenz commented 8 years ago

I'd love to see an option for an 'X' in the top right corner of a notification that is used to close it. With this option enabled, the only way to close the notification would be to click that 'X'.

chesminsky commented 7 years ago

i just did <span ng-click="this.kill()">X</span> in custom template

and closeOnClick: false in options