Playground

This commit is contained in:
Max Lynch
2015-03-18 12:33:06 -05:00
parent 0c96bbadee
commit 1a07726dc4

View File

@ -10,6 +10,10 @@ import 'ionic/components/tabbar/mixins/android/android-tabbar';
url: 'main.html',
directives: [Tabbar]
})
class PlaygroundMain {}
class PlaygroundMain {
constructor() {
console.log('Playground Start')
}
}
bootstrap(PlaygroundMain)