0
私はこのコードを持っている:スパンのng-clickイベントを無効にするにはどうすればよいですか?
<span class="fa fa-minus-square-o"
ng-click="wos.word(xxx)"
ng-disabled="cursorWait"
ng-hide="wos.wordFormRowIsDisabled(wf)"></span>
は私がNGクリックcursorWait == trueの場合は任意の効果を持つが停止する可能性方法はありますか?私は障害者がうまく動作しないことを知っています:-)
'wos.word()'関数内から、cursorWait === trueをチェックします。 'ng-class =" cursorWait? 'disabled-class': 'normal-class' " – Kyle