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 <form (ngSubmit)="OnSubmit(f)" #f="ngForm" AND < input [(ngModel)]="name" angular form tags but they are rename as ngsubmit, ngmodel as lowercase and I think this is the issue angular not recognizes form tags.
Angular sanitizer shows remotely loaded html form, but not renders it as form. Please advice me how can I handle this case. Thanks, Turkel. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
