Not technically a Canvas question.
I have a table created with an ng-repeat, based on a returned dataset. What I want to do is change the text colour in a cell, not row, based on a formula. i.e. if the value is less that 500 then red text.
I’m assuming I can use something like ng-class="{‘class’: expession}". If this correct, or should I use something like ng-style
Brian