Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <div class="fileinput fileinput-new" data-provides="fileinput">
  2. <div class="fileinput-preview thumbnail" ng-show="!isupdate" data-trigger="fileinput" style="width: 140px; height: 140px;"></div>
  3. <div class="fileinput-preview thumbnail" ng-model="ins.photo1" ng-hide="!isupdate" id="display" ng-src="{{source}}" data-dismiss="fileinput" data-trigger="!fileinput" style="width: 140px; height: 140px;">
  4. <img ng-src="{{source}}" class="fileinput-preview thumbnail" ng-hide="!isupdate" id="photo1" alt="{{ins.photo1}}" style="width: 140px; height: 140px;" />
  5. </div>
  6. <div>
  7. <span class="btn red btn-outline btn-file">
  8. <span class="fileinput-new">select image </span>
  9. <span class="fileinput-exists">change </span>
  10. <input type="file" name="ins.photo1" src="{{source}}" ng-model="ins.photo1" id="myphoto1" />
  11. </span>
  12. <a href="javascript:;" class="btn red fileinput-exists" data-dismiss="fileinput">remove </a>
  13. </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement