mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
TODO for hackish behavior
This commit is contained in:
@ -18,8 +18,10 @@ angular.module('ionic.ui', [])
|
||||
|
||||
angular.extend(this, TabBarController.prototype);
|
||||
|
||||
// TODO: This dom thing is a temporary hack
|
||||
var tab = document.createElement('div');
|
||||
tab.className = 'tabs';
|
||||
|
||||
TabBarController.call(this, {
|
||||
tabBar: new TabBar({el: tab})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user