SHARE
TWEET

Untitled

a guest Jun 1st, 2016 55 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <img ng-src="{{userEditCtrl.infos.avatar}}" class="img-rounded" ng-click="userEditForm.avatar.click()"/>
  2.  
  3.  
  4. <div hidden>
  5.    
  6.     <input
  7.         type="file"
  8.         class="form-control"
  9.         id="avatar"
  10.         name="avatar"
  11.         file-model="userEditCtrl.infos.avatar" />
  12.    
  13. </div>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top