mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
wip
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user