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
I do not think there is if statement available. For your styling purpose, ng-class can be used.
if
ng-class
ng-switch is also convenient.
ng-switch
-- update --
take a look at: https://stackoverflow.com/a/18021855/1238847
angular1.2.0RC seems to have ng-if support.