test(ionContent): reword to be clearer

This commit is contained in:
Andy Joslin
2014-03-27 08:17:38 -06:00
parent a5eb48b956
commit 8a940148ff

View File

@@ -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('<ion-content>')(scope.$new());
scope = element.scope();