chore(ngRepeatSpec): fix typo

This commit is contained in:
Lajos Veres
2014-02-27 09:26:38 +00:00
committed by Brian Ford
parent d59678a080
commit a20e76ea80

View File

@@ -893,7 +893,7 @@ describe('ngRepeat', function() {
var extra = angular.element('<strong></strong>')[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();