Closed deegale closed 9 years ago
On this line:
https://github.com/matowens/ng-notify/blob/master/src/scripts/ng-notify.js#L67
if you change "ng-bind" to "ng-bind-html" you can pass html into the alert. This was a change I needed to make on my project.
Not sure if that's worth creating a fork and pull request for or not. Figured I'd post it in case anyone wanted to do the same thing.
Ha! I just saw that this was specifically removed from the code in a previous commit. Sorry, I should have looked into it more before posting.
On this line:
https://github.com/matowens/ng-notify/blob/master/src/scripts/ng-notify.js#L67
if you change "ng-bind" to "ng-bind-html" you can pass html into the alert. This was a change I needed to make on my project.
Not sure if that's worth creating a fork and pull request for or not. Figured I'd post it in case anyone wanted to do the same thing.