This commit is contained in:
Andrew
2015-04-25 11:48:09 -05:00
parent 7b006db118
commit 14ecc7178b
89 changed files with 3470 additions and 435 deletions

View File

@ -1,9 +1,9 @@
import {NgElement, Component, View, PropertySetter} from 'angular2/angular2';
import {NgElement, Component, View as NgView, PropertySetter} from 'angular2/angular2';
@Component({
selector: 'ion-content'
})
@View({
@NgView({
template: `
<div class="scroll-content">
<content></content>