From a20e76ea80cf6e395a39aa58c2d59ab223e530b3 Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Thu, 27 Feb 2014 09:26:38 +0000 Subject: chore(ngRepeatSpec): fix typo --- test/ng/directive/ngRepeatSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ng/directive') diff --git a/test/ng/directive/ngRepeatSpec.js b/test/ng/directive/ngRepeatSpec.js index b672f86f..4a257ae9 100644 --- a/test/ng/directive/ngRepeatSpec.js +++ b/test/ng/directive/ngRepeatSpec.js @@ -893,7 +893,7 @@ describe('ngRepeat', function() { var extra = angular.element('')[0]; element[0].insertBefore(extra, ends[2]); - // move the third block to the begining + // move the third block to the beginning $rootScope.values.unshift($rootScope.values.pop()); $rootScope.$digest(); -- cgit v1.2.3