json-schema-form / angular-schema-form-bootstrap

Bootstrap decorator for Angular Schema Form
51 stars 86 forks source link

Fixed exception with placeholder interpolation on IE10+ #28

Closed paulmorrishill closed 8 years ago

paulmorrishill commented 8 years ago

There is an issue using the placeholder attribute with angular interpolation in IE10+. An invalid operation exception is thrown. Using ng-attr-placeholder works around this problem.

See here http://stackoverflow.com/questions/20224698/angularjs-on-ie10-textarea-with-placeholder-cause-invalid-argument http://stackoverflow.com/questions/20647572/angularjs-v1-2-5-script-error-with-textarea-and-placeholder-attribute-using-ie11/24272011#24272011