Here’s the solution to 404 images.
HTML:
1  | <img ng-src="{{something}}" err-src="/assets/images/defaultLogo.png" class="max-width"/>  | 
Directive:
1  | ;  | 
Here’s the solution to 404 images.
HTML:
1  | <img ng-src="{{something}}" err-src="/assets/images/defaultLogo.png" class="max-width"/>  | 
Directive:
1  | ;  |