問題タブ [angularjs-select]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angularjs - selected="selected" は、angularjs のすべての選択オプションに適用されます
Angularjs Select ディレクティブでドロップダウン値を切り替えると、ng-model 値のみが更新されます。ただし、ブラウザ コンソールでは、選択したクラスは変更されません。選択した値を変更するには? この例を参照してください http://embed.plnkr.co/lqMR0Yl2hjVQ9qPfcbBd/
ブラウザ コンソールのドロップダウンでオプション「one」を選択した後、selected="selected" の値は変更されません。このスクリーンショットを参照してください。
ドロップダウンで選択されたそれぞれのオプションに対して selected="selected" 値が更新されないのはなぜですか?これを行う方法は?