Posts by Wesley Shann • 16 points
1 post
-
0
votes1
answer177
viewsA: Toggle part of a text to bold under one condition
You can use the directives ng-class or ng-style to conditionally apply classes and styles to an HTML element. For your problem, if I understand correctly, using the directive ng-class the solution…