From 8a940148ffa08d8652b4f97ba0accc21fbf631c8 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Thu, 27 Mar 2014 08:17:38 -0600 Subject: [PATCH] test(ionContent): reword to be clearer --- js/ext/angular/test/directive/ionicContent.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();