This commit is contained in:
Andrew
2015-04-25 11:48:09 -05:00
parent 7b006db118
commit 14ecc7178b
89 changed files with 3470 additions and 435 deletions

View File

@ -1,9 +1,9 @@
import {Component, View, bootstrap} from 'angular2/angular2'
import {Button} from 'ionic/ionic'
import {Component, View as NgView, bootstrap} from 'angular2/angular2'
import {Button} from 'ionic/components/button/button'
@Component({ selector: '[ion-app]' })
@View({
@NgView({
templateUrl: 'main.html',
directives: [Button]
})