I want following data binding value of status to be in lowercase. As it is not applying the class if first letter is capital.
How to lowercase data binding value?
<div class="col-sm-4" data-ng-repeat="practice in practices">
<div class="cardHeader {{practice.status}}">{{practice.name}}</div>
</div
<div class="cardHeader {{practice.status | lowercase}}">
{{practice.name}}
</div>
Suggested use ngClass
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With