cgross / angular-notify

Minimalistic and extensible notification service for Angular.
http://cgross.github.io/angular-notify/demo/
MIT License
432 stars 99 forks source link

Add html comments crash js code #71

Open benjhoo opened 8 years ago

benjhoo commented 8 years ago

If you add html comments in your html template, layoutMessages function will crash at line 95 : element.css('top',top + 'px').css('margin-top','-' + (height+shadowHeight) + 'px').css('visibility','visible');

Error returned : Cannot set property 'top' of undefined