Merge pull request #2232 from marcemarc/temp-U4-10510

Check for itemMinHeight on scope before trying to set it
This commit is contained in:
Sebastiaan Janssen
2017-11-02 16:45:23 +00:00
committed by GitHub

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;
}