mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
i'm all about that base
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import {Parent} from 'angular2/src/core/annotations_impl/visibility';
|
||||
import {Directive, onInit} from 'angular2/src/core/annotations_impl/annotations';
|
||||
import {View} from 'angular2/src/core/annotations_impl/view';
|
||||
|
||||
import {Tabs} from './tabs';
|
||||
|
||||
@ -32,6 +31,6 @@ export class TabButton {
|
||||
onClick(ev) {
|
||||
ev.stopPropagation();
|
||||
ev.preventDefault();
|
||||
this.tabs.select(this.tab);
|
||||
this.tabs.selectTab(this.tab);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user