remove ionic view

This commit is contained in:
Adam Bradley
2015-05-04 09:17:17 -05:00
parent f922314b3b
commit 300c6f2cb8
68 changed files with 197 additions and 319 deletions

View File

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