Is there a way to use ng-if to test if a variable is defined, not just if it\'s truthy?
ng-if
In the example below (live demo), the HTML displays a shipping cost
I edited your plunker to include ABOS's solution.
The color is {{item.color}} The shipping cost is {{item.shipping}}
plunkerFork