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,14 +1,13 @@
import {Component, View as NgView, bootstrap} from 'angular2/angular2';
import {View} from 'ionic/components/view/view';
import {Component, View, bootstrap} from 'angular2/angular2';
import {Content} from 'ionic/components/content/content';
import {Icon} from 'ionic/components/icon/icon';
import {Checkbox} from 'ionic/components/checkbox/checkbox';
import {List} from 'ionic/components/list/list';
@Component({ selector: '[ion-app]' })
@NgView({
@View({
templateUrl: 'main.html',
directives: [View, Content, Icon, Checkbox, List]
directives: [Content, Icon, Checkbox, List]
})
class IonicApp {
constructor() {