Change src image in Materialbox materialize directive Angular 2, angular2-materialize -


i need change image src, bind original image, not thumb. code, need bind src, original image. like: {{item.original_picture}}

this code:

<div class="col s4 m4" *ngfor="let item of regular_guest.picture; let = index">    <button (click)="deleteimageitem(item)" type="button"><i class="tiny material-icons">cancel</i></button>     <img materialize="materialbox" src="{{item.picture_url}}" class="materialboxed media-object" /> </div> 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -