IonicView / update tests

This commit is contained in:
Adam Bradley
2015-06-19 23:00:00 -05:00
parent d1a397c29d
commit 2fdb4aeb29
43 changed files with 194 additions and 328 deletions

View File

@ -1,14 +1,12 @@
import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
import {View} from 'angular2/src/core/annotations_impl/view';
import {Aside, List, Item, Content} from 'ionic/ionic';
import {IonicView} from 'ionic/ionic';
@Component({
selector: 'ion-view'
})
@View({
directives: [Aside, Content, List, Item],
@IonicView({
templateUrl: 'main.html'
})
class IonicApp {}