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
What also works is:
{{ varWithValue || 'If empty use this string' }}