2017-12-20 13:36:12 +00:00
|
|
|
|
|
|
|
<vn-horizontal pad-medium border-solid-bottom>
|
2018-02-21 08:43:13 +00:00
|
|
|
<vn-auto margin-medium-right ui-sref="item.card.summary({ id: {{$ctrl.item.id}} })">
|
2018-01-25 13:14:58 +00:00
|
|
|
<img ng-src="http://verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}" on-error-src/>
|
2017-12-20 13:36:12 +00:00
|
|
|
</vn-auto>
|
2018-02-21 08:43:13 +00:00
|
|
|
<vn-one ui-sref="item.card.summary({ id: {{$ctrl.item.id}} })">
|
2017-12-20 13:36:12 +00:00
|
|
|
<div><span translate>Id</span>: <b>{{$ctrl.item.id}}</b></div>
|
2017-12-21 13:09:55 +00:00
|
|
|
<div><span translate>Name</span>: <b>{{$ctrl.item.name}}</b></div>
|
2017-12-20 13:36:12 +00:00
|
|
|
<div><span translate>Description</span>: <b>{{$ctrl.item.description}}</b></div>
|
|
|
|
<div><span translate>Size</span>: <b>{{$ctrl.item.size}}</b></div>
|
|
|
|
<div><span translate>Type</span>: <b>{{$ctrl.item.itemType.name}}</b></div>
|
|
|
|
</vn-one>
|
2018-02-21 08:28:17 +00:00
|
|
|
<a vn-auto vn-circle bg-minor ui-sref="item.card.summary({ id: {{$ctrl.item.id}} })" style="align-self: center;">
|
|
|
|
<img src="./preview.svg" alt="preview"/>
|
|
|
|
</a>
|
2017-12-20 13:36:12 +00:00
|
|
|
</vn-horizontal>
|
|
|
|
|