diff options
| author | Lajos Veres | 2014-02-27 09:26:38 +0000 | 
|---|---|---|
| committer | Brian Ford | 2014-02-27 01:52:21 -0800 | 
| commit | a20e76ea80cf6e395a39aa58c2d59ab223e530b3 (patch) | |
| tree | 47b636b57100b09576866f2b950bfa1af5e49025 /test | |
| parent | d59678a08041f9826c514c295aa2cb92774cae5e (diff) | |
| download | angular.js-a20e76ea80cf6e395a39aa58c2d59ab223e530b3.tar.bz2 | |
chore(ngRepeatSpec): fix typo
Diffstat (limited to 'test')
| -rw-r--r-- | test/ng/directive/ngRepeatSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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('<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(); | 
