You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use ng-notify in all my projects its clean n simple , just the way it should be , there is just one minor aesthetic thing which bothers me is, there is a close button during sticky, i agree its useful in many situation but sometime there are instance where it feels more right not to have it , where you would like to programmatically dismiss it after certain events occurred.
I wish it could be included in config
thanks
The text was updated successfully, but these errors were encountered:
Hey guys, I've added a param called button to the config. By default it's set to true, but if the message is sticky and you'd like to prevent the button from appearing, you can set button to false. Eg:
ngNotify.set('This is sticky without a button.', {
sticky: true,
button: false
});
Thanks for the feedback, it's much appreciated. Hope this helps ya out!
i use ng-notify in all my projects its clean n simple , just the way it should be , there is just one minor aesthetic thing which bothers me is, there is a close button during sticky, i agree its useful in many situation but sometime there are instance where it feels more right not to have it , where you would like to programmatically dismiss it after certain events occurred.
I wish it could be included in config
thanks
The text was updated successfully, but these errors were encountered: