mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(ionContent): reword to be clearer
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user