I think it would be best to use ng-class for your problem. You then make a new class for the red background, eg:
And then use this class according to the condition:
{{item.name}}
(don't forget the single quotes around the class name, they are easily overlooked)