[AngularJS] bypassSecurityTrustHtml stripts angular form tags

2017-10-01 Thread Zlatko Đurić
The problem is that such form (or anything you passed in via sanitizer) is outside of angular scope. Simply said, angular doesn't know about your form. You could, after you pass the form in, try and attach your own listener to the form, but that's messy and probably buggy and has other problems

[AngularJS] bypassSecurityTrustHtml stripts angular form tags

2017-09-30 Thread Turkel
Hi All, I have a HTML form to be fetched remotely and displayed within angular as native angular form. I need it to function like angular native form. I used "bypassSecurityTrustHtml" to sanitize HTML and display and it worked. But I am not able to submit form. I have included