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,13 +1,12 @@
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 {Switch} from 'ionic/components/switch/switch';
import {List} from 'ionic/components/list/list';
@Component({ selector: '[ion-app]' })
@NgView({
@View({
templateUrl: 'main.html',
directives: [View, Content, Switch, List]
directives: [Content, Switch, List]
})
class IonicApp {
constructor() {