Skip to content

Commit 44714eb

Browse files
committed
Revert failing test on repeat.js
1 parent 65cf7f3 commit 44714eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/directive/repeat/repeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export function ngRepeatDirective($animate) {
332332
if (getBlockStart(block) !== nextNode) {
333333
// existing item which got moved
334334
$animate.move(
335-
/** @type {HTMLElement} */ (getBlockNodes(block.clone)[0]),
335+
/** @type {any} */ (getBlockNodes(block.clone)),
336336
null,
337337
previousNode,
338338
);

0 commit comments

Comments
 (0)