angularjs - issue in loading image in img src in angular? -


i uploaded image using nodes , angular. try view uploaded images local disk

<img ng-src="my location/file.png"> 

but not view image file. need do. need set loading image local directory?

if using scope variable add ng-src otherwise src work normally.

try:

<img src="my location/file.png"> 

Comments