mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
playground: fix examples
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
console.log('hello');
|
||||
import {bootstrap} from 'angular2/core';
|
||||
import {Component, Template} from 'angular2/angular2';
|
||||
import {Tabbar} from 'ionic/components/tabbar/tabbar';
|
||||
@ -5,7 +6,7 @@ import {Tabbar} from 'ionic/components/tabbar/tabbar';
|
||||
import 'ionic/components/tabbar/mixins/android/android-tabbar';
|
||||
|
||||
@Component({ selector: '[playground-main]' })
|
||||
@Template({
|
||||
@Template({
|
||||
url: 'main.html',
|
||||
directives: [Tabbar]
|
||||
})
|
||||
|
Reference in New Issue
Block a user