ngReadonly (directive)

Improve this Doc View Source ngReadonly

  1. directive in module ng

Sets the readOnly attribute on the element, if the expression inside ngReadonly is truthy.

A special directive is necessary because we cannot use interpolation inside the readOnly attribute. See the 登录查看完整内容