Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 0853f2c

Browse files
fix(gridlist): improve getTileStyle() to use rowCount
Fixes #2741.
1 parent 843d63e commit 0853f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/gridList/grid-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function GridListDirective($interpolate, $mdConstant, $mdGridLayout, $mdMedia) {
189189
return {
190190
element: angular.element(tiles[i]),
191191
style: getTileStyle(ps.position, ps.spans,
192-
props.colCount, props.rowCount,
192+
props.colCount, rowCount,
193193
props.gutter, props.rowMode, props.rowHeight)
194194
}
195195
})

0 commit comments

Comments
 (0)