overlay/bootstrap refactor

This commit is contained in:
Adam Bradley
2015-06-22 21:49:58 -05:00
parent 7064095aa7
commit 097fe02728
44 changed files with 269 additions and 323 deletions

View File

@@ -3,7 +3,7 @@ import {Component, Directive} from 'angular2/src/core/annotations_impl/annotatio
import {IonicView} from 'ionic/ionic';
@Component({ selector: 'ion-view' })
@Component({ selector: 'ion-app' })
@IonicView({
templateUrl: 'main.html'
})