mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
chore(ngRepeatSpec): fix typo
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user