diff --git a/js/ext/angular/test/directive/ionicContent.unit.js b/js/ext/angular/test/directive/ionicContent.unit.js index 546fa65d81..a86bd868f5 100644 --- a/js/ext/angular/test/directive/ionicContent.unit.js +++ b/js/ext/angular/test/directive/ionicContent.unit.js @@ -45,7 +45,7 @@ describe('Ionic Content directive', function() { }).join(''); var className = 'has-'+type; - it('should has-' + type + ' when ' + scopeVar + ' == true', function() { + it('should has-' + type + ' when $parent.' + scopeVar + ' == true', function() { var element = compile('')(scope.$new()); scope = element.scope();