diff --git a/src/components/tabs/tabs.js b/src/components/tabs/tabs.js index d16a094469..888b79c029 100644 --- a/src/components/tabs/tabs.js +++ b/src/components/tabs/tabs.js @@ -42,12 +42,9 @@ export class Tabs { @NgElement() ngElement: NgElement ) { this.domElement = ngElement.domElement - this.config = Tabs.config.invoke(this) + this.tabs = [] - setTimeout(() => { - console.log(this) - },500) } addTab(tab) {