-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for per-message duration #11
Comments
+1 :) |
I came across the same issue and therefore forked the repository and added it myself. You can find the changes in my pull request to this repositoy: #15 If you need it immediately before my changes get pulled, then simply use my fork: https://github.com/snrlx/angular-notify If you encounter any problems, please let me know :) |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
It would be cool if the module would support configuring the duration for a message individually. At the moment one can only set the duration globally for any message. Adding
duration
as an optional property to theobjects
argument ofnotify()
, that, if set, overwrites the global duration, seems to be what is needed to enable this.Thanks
The text was updated successfully, but these errors were encountered: