mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
Transition stuff
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import {bootstrap} from 'angular2/core';
|
||||
import {Component, Template} from 'angular2/angular2';
|
||||
import {Tabbar} from 'ionic/components/tabbar/tabbar';
|
||||
import {Modal} from 'ionic/components/modal/modal';
|
||||
// import {Hammer} from 'hammerjs';
|
||||
|
||||
import 'ionic/components/tabbar/mixins/android/android-tabbar';
|
||||
@ -8,7 +9,7 @@ import 'ionic/components/tabbar/mixins/android/android-tabbar';
|
||||
@Component({ selector: '[playground-main]' })
|
||||
@Template({
|
||||
url: 'main.html',
|
||||
directives: [Tabbar]
|
||||
directives: [Tabbar, Modal]
|
||||
})
|
||||
class PlaygroundMain {
|
||||
constructor() {
|
||||
|
Reference in New Issue
Block a user