Skip to content

Commit f245368

Browse files
vicbDiana Salsbury
authored and
Diana Salsbury
committed
test(ng_repeat): fix a test
1 parent 299dcf2 commit f245368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/directive/ng_repeat_spec.dart

+1-1
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)