angular-ui-notification icon indicating copy to clipboard operation
angular-ui-notification copied to clipboard

close only on clicking close

Open theraaz opened this issue 8 years ago • 3 comments

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

theraaz avatar Apr 22 '16 07:04 theraaz

Which "close" should user click?

alexcrack avatar May 20 '16 14:05 alexcrack

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'.

jmkenz avatar Jun 01 '16 14:06 jmkenz

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

and closeOnClick: false in options

chesminsky avatar Aug 15 '16 08:08 chesminsky