Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 623f903

Browse files
committed
style(ng-repeat): correct typing for nodes list
1 parent 3f5e280 commit 623f903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/directive/ng_repeat.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class _Row {
255255
View view;
256256
dom.Element startNode;
257257
dom.Element endNode;
258-
List<dom.Element> nodes;
258+
List<dom.Node> nodes;
259259

260260
_Row(this.id);
261261
}

0 commit comments

Comments
 (0)