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

Commit 5a41f3e

Browse files
committed
test(ng_repeat): fix a test
1 parent ab2ed0b commit 5a41f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/directive/ng_repeat_spec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ main() {
355355
beforeEach(() {
356356
element = compile(
357357
'<ul>'
358-
'<li ng-repeat="item in items">{{key}}:{{val}}|></li>'
358+
r'<li ng-repeat="item in items">{{ $index }}</li>'
359359
'</ul>');
360360
a = {};
361361
b = {};

0 commit comments

Comments
 (0)