0

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.

1
  • 1
    Please provide attempt to bind form tags. Commented Dec 27, 2013 at 9:11

1 Answer 1

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.

http://plnkr.co/edit/UbEUmJ?p=preview

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.