TODO for hackish behavior

This commit is contained in:
Max Lynch
2013-09-17 20:34:54 -05:00
parent a93618d876
commit ffcbb55ee8

View File

@ -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})
});