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.
組み込みのディレクティブはないと思います。あなたはそれを書くべきです。
古典的な ng-if を使用することをお勧めします
<p ng-if="model.condition"><strong>{{model.text}}</strong></p> <p ng-if="!model.condition">{{model.text}}</p>
特定のケースでは、ng-classcss を介して強力なスタイルを使用および設定することもできます。
ng-class