我可以使用ng-attr-placeholder指令使所有内容在IE中正常工作,而不是直接绑定到DOM中的属性。例如:
<textarea ng-attr-placeholder="Description of the {{ name }}"></textarea>
我可以使用ng-attr-placeholder指令使所有内容在IE中正常工作,而不是直接绑定到DOM中的属性。例如:
<textarea ng-attr-placeholder="Description of the {{ name }}"></textarea>