Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スコープ変数に基づく選択オプションを無効にできません。こちらがプランカーです。
どんな助けでも大歓迎です。
http://plnkr.co/edit/4J7jBQ?p=preview
そうでng-disabledはないからng-disableです。また、属性で変数を{{}}使用する場合は削除します。これは既に Angular コードです。$scopeng*
ng-disabled
ng-disable
{{}}
$scope
ng*
したがって、要約ng-disabled="setDisabled"すると、動作します。
ng-disabled="setDisabled"