Use-case : User clicks on a button inside text angular textarea and applications angular function to be invoked
Changes made : We had added ng-click, onclick events in textAngular-sanitize.js
refer below screenshot
and added button in svgIcons variable
So that a button should get displayed and ng-click, onclick not to be stripped out. Button with the ng-click is rendered successfully but onclick of the button we need to call a angular function in our application.
Issues faced: The ng-click is not calling any function and we don't know under the hood how to make it work.
Unfortunately I am not able to make the plunker work but the code change is there what we are trying to achieve