R. Mani Selvam
R. Mani Selvam

Reputation: 320

How to fetch input image url to another input using of angularjs?

My Code :-

<div>
    <label >Upload Img</label>
  <input ng-model="img" role="uploadcare-uploader" name="content" data-public-key="240426036fd9daf2d723" data-images-only />

</div>

<div>
    <label for="quantity">Fetch above input value in this input</label>
    <input type="text" ng-model="userimg" ng-bind="userimg=img" value="{{img}}">

</div> 

Upvotes: 0

Views: 151

Answers (0)

Related Questions