jameskleeh / angular-confirm

Confirmation modal dialog for AngularJS
Apache License 2.0
150 stars 75 forks source link

HTML Support in message #31

Closed raghu-romp closed 8 years ago

raghu-romp commented 8 years ago

Hey,

I was trying to make the message look like "Are you sure to delete Bob?". However the message there doesn't seem to be a HTML support in angular-confirm.

I love this little Angular plugin and would appreciate if there is a way to put in some HTML into the message.

Thanks, Raghu

antidote2 commented 8 years ago

I think custom template with ng-bind-html should work

jameskleeh commented 8 years ago

I agree with @anatolibarski. The use of a custom template is what you need here