を通じて 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>
ここで何が間違っていますか?