:cursorWait == trueまたはwos.wordFormRowIsDisabled関数がtrueを返したかの場合、FA-無効なクラスを追加するためにどうすればjavascriptを使うことができますか? ng-classで?私はこのようなクラスを設定しようとしています
ng-class="{fa-disabled: cursorWait || wos.wordFormRowIsDisabled(wf)}"
私が望む何があります。
しかし、これは私に、ランタイマエラーを与えている:
angular.js:13236 Error: [$parse:syntax] Syntax Error: Token '-' is unexpected, expecting [:] at column 4 of the expression [{fa-disabled:
cursorWait || wos.wordFormRowIsDisabled(wf)}] starting at [-disabled: cursorWait || wos.wordFormRowIsDisabled(wf)}]. http://errors.angularjs.org/1.5.0/ $parse/syntax?p0=-&p1=is%20unexpected%2C%20expecting%20%5B%3A%5D&p2=4&p3=%7Bfa-disabled%3AursorWait%20%7C%7C%20wos.wordFormRowIsDisabled(wf)%7D&p4=-disabled%3A%cursorWait%20%7C%7C%20wos.wordFormRowIsDisabled(wf)%7D
は、誰かが助けてと間違っているものを助言することはできますか?
try ng-class = "{'fa-disabled':cursorWait || wos.wordFormRowIsDisabled(wf)} ' – Anshuman