diff options
| author | Igor Minar | 2012-04-09 11:20:55 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-04-09 11:48:54 -0700 |
| commit | 0f89383d981d0144c6db92b163edcc545d6b5222 (patch) | |
| tree | 3eb2c5acb653840f7f1cfea6e198d0889edac63c /test/ng/compilerSpec.js | |
| parent | 10daefc6f466a21d9418437666461c80cf24fcfe (diff) | |
| download | angular.js-0f89383d981d0144c6db92b163edcc545d6b5222.tar.bz2 | |
chore(tests): rename all directive names to the normalized form
Diffstat (limited to 'test/ng/compilerSpec.js')
| -rw-r--r-- | test/ng/compilerSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/compilerSpec.js b/test/ng/compilerSpec.js index f9d8d301..1aef24fe 100644 --- a/test/ng/compilerSpec.js +++ b/test/ng/compilerSpec.js @@ -470,7 +470,7 @@ describe('$compile', function() { })); - it('should merge interpolated css class with ng-repeat', + it('should merge interpolated css class with ngRepeat', inject(function($compile, $rootScope) { element = $compile( '<div>' + |
