我可以通过动态添加 HTML 属性吗ng-repeat
吗?
<select>
<option ng-repeat="thing in things" {{thing.ghosted||'disabled'}}>
{{thing.name}}
</option>
</select>
我在这里做错了什么?
我可以通过动态添加 HTML 属性吗ng-repeat
吗?
<select>
<option ng-repeat="thing in things" {{thing.ghosted||'disabled'}}>
{{thing.name}}
</option>
</select>
我在这里做错了什么?