mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Progress on #37
This commit is contained in:
@ -8,7 +8,7 @@ describe('TabBarController', function() {
|
||||
el: tabEl.get(0)
|
||||
})
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
it('Should add Controllers', function() {
|
||||
ctrl.addController({
|
||||
@ -82,4 +82,4 @@ describe('TabBarController', function() {
|
||||
expect(ctrl.getSelectedController()).toBe(ctrl.getController(0));
|
||||
});
|
||||
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user