angular-ui-notification
angular-ui-notification copied to clipboard
close only on clicking close
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
Which "close" should user click?
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'.
i just did
<span ng-click="this.kill()">X</span>
in custom template
and closeOnClick: false in options