Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 ng-bind-html 中使用表单标签吗?ng-bind-html 不绑定表单标签(表单,输入)。请提供绑定表单标签的解决方案。
ng-bind-html 不适用于 Form 元素。但是,您可以通过创建单独的指令来编译给定的 HTML 或使用 $templateCache 来实现它。
http://plnkr.co/edit/UbEUmJ?p=preview