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

positioning doesn't work with custom template starting with a comment #114

Open souliane opened 7 years ago

souliane commented 7 years ago

I have a positioning issue when using custom template that starts with a multi-line comment like that:

<!--
comment
blabla
-->

Notifications are always display on the top left:

alexcrack commented 7 years ago

Show your code, please.