mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
fix(virtualScroll): fixes from rc1 breaking changes
This commit is contained in:
@ -239,8 +239,6 @@ export function populateNodeData(startCellIndex: number, endCellIndex: number, v
|
||||
// apply the cell's data to this node
|
||||
availableNode.view.context.$implicit = cell.data || records[cell.record];
|
||||
availableNode.view.context.index = cellIndex;
|
||||
availableNode.view.context.even = (cellIndex % 2 === 0);
|
||||
availableNode.view.context.odd = (cellIndex % 2 === 1);
|
||||
availableNode.hasChanges = true;
|
||||
availableNode.lastTransform = null;
|
||||
madeChanges = true;
|
||||
|
Reference in New Issue
Block a user