I am using AngularJS and I use ng-repeat to loop and show the details in the page.
ng-repeat
Is there a possibility to change the font color based on the value?>
You can achieve this with following code:
{{s.Name}} {{s.state}}
Where 'color-red', 'color-blue', 'color-green' are your css classes.
'color-red', 'color-blue', 'color-green'
See it in plunker.
Check documentation about ng-class.