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

Template option #144

Closed vitxd closed 3 years ago

vitxd commented 6 years ago

Hello there,

I'm migrating my application to use ES6 and, long story short, I needed Notification to deal with templates directly injected instead of be read from file.

I tried to write tests but selenium doesn't want to run on my pc, something about selenium jar file missing from the node_modules directory. If you could help me fix this I could even write some test, otherwise I'd be glad if you could merge this in!

Thank you very much for the library in the first place, is brilliant!

vitxd commented 6 years ago

it seems like travis is having my same problem here :)