これは ng-class 組み込みディレクティブと組み合わせて使用することを意図していると思います。その場合、className done がstatus が true の場合は要素に適用され、それ以外の場合は className pending が要素に適用されます。ng-class built-in directive, in which case, the className done will be applied to the element when status is true, and className pending will be applied to the element otherwise.
You may see the "Map Syntax Example" section in the document for ng-class
これは
ng-class
組み込みディレクティブと組み合わせて使用することを意図していると思います。その場合、classNamedone
がstatus
が true の場合は要素に適用され、それ以外の場合は classNamepending
が要素に適用されます。ng-class
built-in directive, in which case, the classNamedone
will be applied to the element whenstatus
is true, and classNamepending
will be applied to the element otherwise.You may see the "Map Syntax Example" section in the document for
ng-class
ng-class
のドキュメントに「マップ構文の例」 セクションが表示される場合があります。 ご参考までに。#🎜🎜#