ANGULAR.JS: NG SRC DIRECTIVE
The ng-src attribute ensures a request is issued only after Angular.js has evaluated binding expression. Using the img src attribute for binding expression causes a 404 error. Once the DOM is parsed, an attempt is made to fetch image from server. The Angular.js binding expression specified with src atrribute is not evaluated.