Check for itemMinHeight on scope before trying to set it - Issue U4-10510

This commit is contained in:
Marc Goodson
2017-10-07 15:07:28 +01:00
parent 0f6e7d26c9
commit 4e6d60b755

View File

@@ -110,7 +110,7 @@ Use this directive to generate a thumbnail grid of media items.
itemMinWidth = scope.itemMinWidth;
}
if (scope.itemMinWidth) {
if (scope.itemMinHeight) {
itemMinHeight = scope.itemMinHeight;
}