Having trouble displaying an image from a json url with dashes. I attempted to use bracket notation but it does not seem to be functioning:
<img ng-src="{{image.['small-size'].url || image.thumb}}">
When using single quotes, my angular view goes blank, and when using double quotes, the image does not display even though it is there.