aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/compilerSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/ng/compilerSpec.js')
-rw-r--r--test/ng/compilerSpec.js2
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>' +