aboutsummaryrefslogtreecommitdiffstats
path: root/test/widgetsSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/widgetsSpec.js')
-rw-r--r--test/widgetsSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js
index 65ab59e5..fcd6fc04 100644
--- a/test/widgetsSpec.js
+++ b/test/widgetsSpec.js
@@ -332,7 +332,7 @@ describe('widget', function() {
});
- describe('@ng:repeat', function() {
+ describe('ng:repeat', function() {
it('should ng:repeat over array', inject(function($rootScope, $compile) {
element = $compile(
'<ul>' +