Check for itemMinHeight on scope before trying to set it

This commit is contained in:
Sebastiaan Janssen
2017-11-02 17:46:01 +01:00
parent dc7b5bae9b
commit a8b660bfbf

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