mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
@ -1,4 +1,4 @@
|
||||
import {Component, Input} from 'angular2/core';
|
||||
import {Component, Input, ViewEncapsulation} from 'angular2/core';
|
||||
import {NgIf} from 'angular2/common';
|
||||
|
||||
import {Config} from '../../config/config';
|
||||
@ -21,7 +21,8 @@ import {Spinner} from '../spinner/spinner';
|
||||
directives: [NgIf, Spinner],
|
||||
host: {
|
||||
'[attr.state]': 'inf.state'
|
||||
}
|
||||
},
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
})
|
||||
export class InfiniteScrollContent {
|
||||
|
||||
|
Reference in New Issue
Block a user