You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the ng-click directive within the 'text' property. I set 'html' property to true, so the HTML is being rendered properly, but the ng-click is not working (method not being called). Might be related to the compile process, right? Any chance to make this working?
I'm also looking for this. I'm using ng-class and compiling the template with $compile before assigning to the text property of SweetAlert, but ng-click does not work.
Hi
I tried to use the ng-click directive within the 'text' property. I set 'html' property to true, so the HTML is being rendered properly, but the ng-click is not working (method not being called). Might be related to the compile process, right? Any chance to make this working?
Example code:
Thanks.
The text was updated successfully, but these errors were encountered: