From 52b8211fd0154b9d6b771a83573a161f5580d92c Mon Sep 17 00:00:00 2001 From: P. Envall Date: Fri, 19 Jul 2013 17:02:17 +0200 Subject: feat(ngRepeat): add $even and $odd props to iterator --- test/ng/directive/ngRepeatSpec.js | 63 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/ng/directive/ngRepeatSpec.js b/test/ng/directive/ngRepeatSpec.js index 0d1833c8..26562f4e 100644 --- a/test/ng/directive/ngRepeatSpec.js +++ b/test/ng/directive/ngRepeatSpec.js @@ -353,7 +353,6 @@ describe('ngRepeat', function() { expect(element.text()).toEqual('misko:0|shyam:1|frodo:2|'); }); - it('should expose iterator offset as $index when iterating over objects', function() { element = $compile( '