I saw this partial code in an ng-repeat
directive
<div ng-repeat="image in images">
<img ng-src="{{::image.src}}"/>
</div>
Not sure if it's related to the ng-repeat
directive.
The page looks the same with or without it but I'm curious what it is.