mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
upgrade angular
This commit is contained in:
@@ -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>`
|
||||
|
||||
Reference in New Issue
Block a user