I need to use form tags in ng-bind-html? The ng-bind-html is not binding form tags(form, input). Please provide solution to bind form tags.
Asked
Active
Viewed 448 times
0
-
1Please provide attempt to bind form tags. – Sterling Archer Dec 27 '13 at 09:11
1 Answers
1
ng-bind-html doesn't work fine with Form elements. However you can achieve it by either creating a separate directive to compile the given HTML or by using $templateCache.

SelftaughtMonk
- 987
- 8
- 18