I am creating a list using ng-repeat something like this
{{file.name}}
But for
It's easier and cleaner to do it with CSS.
HTML:
{{ file.name }}
CSS:
.file:last-of-type { color: #800; }
The :last-of-type selector is currently supported by 98% of browsers