So I\'m running through the tutorial for AngularJS:
I have an array defined in the controller and i\'m returning different points in the array by calling when i\'m l
In the case where your priority would be a label, you could create a switch filter to use inside of ng-class as shown in a previous SO answer : https://stackoverflow.com/a/8309832/1036025 (for the switch filter code)
...