Hi all,
I’m building an app that will show the content in by using ng-bind-html ( my data is collect in many html files, I load html by ajax and render it to by ng-bind-html). Now, in my html data, it has an input with ng-change but it doesn’t fire.
If in normal web, I know because html append so you need bind event after it append success or use jQuery “on” to bind event but I’m not sure the way to do in AngularJs
Thanks,