0

I want to see an image that i just selected from input type file into an image tag using angular js

I have tried same code for displaying numbers and text from on input box to another input box or html attribute

<input type="file" ng-model="img_path">
<img src="{{img_path}}">

0 Answers0