Pulse7
9/8/2017 - 6:57 PM

ng-src to avoid 404

div ng-app="Acc"
  div ng-controller="PersonController"
    img ng-src="{{person.imgSource}}
==============
function PersonController($scope){
  $scope.person={
    imgSource:"http://server.com/users/mark.png"
  }
}