mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -1,4 +1,4 @@
|
||||
import {Component, ElementRef, Optional, NgZone} from 'angular2/core';
|
||||
import {Component, ElementRef, Optional, NgZone, ChangeDetectionStrategy} from 'angular2/core';
|
||||
|
||||
import {Ion} from '../ion';
|
||||
import {IonicApp} from '../app/app';
|
||||
@@ -32,7 +32,8 @@ import {ScrollView} from '../../util/scroll-view';
|
||||
'<ng-content></ng-content>' +
|
||||
'</scroll-content>' +
|
||||
'<ng-content select="ion-fixed"></ng-content>' +
|
||||
'<ng-content select="ion-refresher"></ng-content>'
|
||||
'<ng-content select="ion-refresher"></ng-content>',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class Content extends Ion {
|
||||
private _padding: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user