upgrade angular

This commit is contained in:
Andrew
2015-04-25 11:27:36 -05:00
parent 9039297110
commit db75218201
116 changed files with 777 additions and 3970 deletions

View File

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