We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cf7f3 commit 44714ebCopy full SHA for 44714eb
1 file changed
src/directive/repeat/repeat.js
@@ -332,7 +332,7 @@ export function ngRepeatDirective($animate) {
332
if (getBlockStart(block) !== nextNode) {
333
// existing item which got moved
334
$animate.move(
335
- /** @type {HTMLElement} */ (getBlockNodes(block.clone)[0]),
+ /** @type {any} */ (getBlockNodes(block.clone)),
336
null,
337
previousNode,
338
);
0 commit comments