-
Notifications
You must be signed in to change notification settings - Fork 97
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
add ng-click action on a growl notification #107
Comments
Create another template that uses ng-click. angular-growl-2 already uses ng-click in the close button. angular-growl-2 default template is declared on-the-fly
You can create another template that don't use Example:
Note that angular-growl-2 advices about creating another template saying
So, remember to call |
Making a new template is certainly a round about way of doing things. There are times when, depending on the controller I'm calling the growl in, I want to add an It would be preferable if it was possible to pass in the scope that we want to
I am not experienced enough to know how exactly to do this, but I feel it should be possible. All in all, it would be wonderful if we can call customer functionality through the growl notification without 1) modifying the directive itself, and 2) modifying the template (which all growls use) |
How can I add a working link on message to another location |
I want this too. |
How to programmatically add a "ng-click" action on certain growl notifications?
The text was updated successfully, but these errors were encountered: