mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Fixed tests and removed DOM call from TabBarController
This commit is contained in:
@ -11,7 +11,7 @@ describe('TabBarController', function() {
|
||||
it('Should add Controllers', function() {
|
||||
ctrl.addController({
|
||||
title: 'Item 1',
|
||||
icon: 'icon-home'
|
||||
icon: 'icon-home',
|
||||
});
|
||||
|
||||
expect(ctrl.getController(0).title).toEqual('Item 1');
|
||||
|
||||
Reference in New Issue
Block a user