Is it possible to add exceptions for angular sanitize to allow custom and core directives?
such as:
ng-click
my-custom-directive
Is it possible to add exceptions for angular sanitize to allow custom and core directives?
such as:
ng-click
my-custom-directive
angularSnitize
have lists of tags that it ignore. See 237 - 266 lines in angular-sanitize
directive.