ngSelected (directive)
Improve this Doc View Source ngSelected
- directive in module ng
Sets the selected
attribute on the element, if the expression inside ngSelected
is truthy.
A special directive is necessary because we cannot use interpolation inside the selected
attribute. See the 登录查看完整内容