2018-01-25 13:14:58 +00:00
|
|
|
<vn-card margin-medium-v>
|
|
|
|
<vn-vertical>
|
2018-01-25 13:49:21 +00:00
|
|
|
<vn-auto class="descriptor-header pointer" ui-sref="item.index">
|
2018-01-25 13:14:58 +00:00
|
|
|
<img ng-src="/static/images/icon_item.png"/>
|
|
|
|
</vn-auto>
|
2018-02-14 09:06:51 +00:00
|
|
|
<vn-auto style="position: relative" pad-medium text-center>
|
2018-02-13 12:15:03 +00:00
|
|
|
<img
|
2018-02-14 09:06:51 +00:00
|
|
|
ng-src="http://verdnatura.es/vn-image-data/catalog/200x200/{{::$ctrl.item.image}}"
|
|
|
|
zoom-image="http://verdnatura.es/vn-image-data/catalog/900x900/{{::$ctrl.item.image}}" on-error-src/>
|
2018-02-14 09:56:41 +00:00
|
|
|
<a href="https://www.verdnatura.es/#!form=admin/items&filter={{::$ctrl.item.id}}" target="_blank"><vn-float-button icon="edit"
|
2018-02-14 09:06:51 +00:00
|
|
|
style="position: absolute; bottom: 1em; right: 1em;"
|
|
|
|
vn-visible-by="administrative"></vn-float-button>
|
|
|
|
</a>
|
2018-01-25 13:14:58 +00:00
|
|
|
</vn-auto>
|
2018-01-25 13:49:21 +00:00
|
|
|
<vn-auto pad-medium>
|
|
|
|
<div><span translate>Id</span>: <b>{{$ctrl.item.id}}</b></div>
|
|
|
|
<div><span translate>Name</span>: <b>{{$ctrl.item.name}}</b></div>
|
2018-02-02 11:32:44 +00:00
|
|
|
<div ng-repeat="itemTag in $ctrl.item.itemTag | limitTo:4">
|
|
|
|
<div><span translate>{{itemTag.tag.name}}</span>: <b>{{itemTag.value}}</b></div>
|
|
|
|
</div>
|
2018-01-25 13:14:58 +00:00
|
|
|
</vn-auto>
|
2018-01-25 13:49:21 +00:00
|
|
|
</vn-vertical>
|
2018-02-01 09:05:20 +00:00
|
|
|
</vn-card>
|