alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

Use directives & controller in notification #25

Open fynnfeldpausch opened 9 years ago

fynnfeldpausch commented 9 years ago

Is there any way to provide a controller for the notification and use angular directives in the template?

alexcrack commented 9 years ago

Please give me several cases of using this functionality.

tioma commented 9 years ago

In my case I would find this useful by building the notification with an html template in which I have functions to execute, so it's necesary to provide the scope where this functions are declared

alexcrack commented 9 years ago

Please look up for #17 There is possibility to provide any custom template and any custom scope with functions.

If this functionality is not enough, give me a potential example with directive.