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

Commit 898a6de

Browse files
committed
chore(directives): Cleaned up ng_repeat's constructor
1 parent 84d0f48 commit 898a6de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/directives/ng_repeat.dart

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ class NgRepeatAttrDirective {
2929
};
3030
Map<Object, Row> lastRows = new Map<dynamic, Row>();
3131

32-
NgRepeatAttrDirective(BlockListFactory blockListFactory,
33-
BlockList this.blockList,
34-
dom.Node node,
32+
NgRepeatAttrDirective(BlockList this.blockList,
3533
NodeAttrs attrs,
3634
Scope scope) {
3735
expression = attrs[this];

0 commit comments

Comments
 (0)