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,9 +1,10 @@
import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
import {View} from 'angular2/src/core/annotations_impl/view';
import {IonicView} from 'ionic/ionic';
@Component({ selector: 'ion-view' })
@View({
@IonicView({
templateUrl: 'main.html'
})
class IonicApp {}