Fixes U4-4726 Image Cropper Listed Dimensions Inversed From Settings

This commit is contained in:
Sebastiaan Janssen
2014-04-21 10:58:15 +02:00
parent 1a02e6be97
commit 1c0038ead3

View File

@@ -45,7 +45,7 @@
<ul class="umb-sortable-thumbnails" >
<li ng-repeat="(key,value) in model.value.crops">
<a href title="{{value.alias}}: {{value.height}}px x {{value.width}}px" ng-click="crop(value)">
<a href title="{{value.alias}}: {{value.width}}px x {{value.height}}px" ng-click="crop(value)">
<umb-image-thumbnail
center="model.value.focalPoint"
crop="value.coordinates"