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 am trying to create a popup with content that contains a button with an ng-click attribute, such as ng-click="save()". This is getting stripped out, with the message:
I know how to create a custom Decorator that allows the use of specific attributes using a custom NodeValidator, but I don't know how to get that applied to contents of the popover-content div.
The text was updated successfully, but these errors were encountered:
I am trying to create a popup with content that contains a button with an ng-click attribute, such as
ng-click="save()"
. This is getting stripped out, with the message:I know how to create a custom Decorator that allows the use of specific attributes using a custom NodeValidator, but I don't know how to get that applied to contents of the popover-content div.
The text was updated successfully, but these errors were encountered: