mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Content/list fix
This commit is contained in:
@@ -27,9 +27,9 @@ export class List {
|
||||
this.config = List.config.invoke(this);
|
||||
|
||||
setTimeout(() => {
|
||||
console.log('Content', this.content);
|
||||
|
||||
if(util.isDefined(this.virtual)) {
|
||||
console.log('Content', this.content);
|
||||
console.log('Virtual?', this.virtual);
|
||||
console.log('Items?', this.items.length, 'of \'em');
|
||||
this._initVirtualScrolling();
|
||||
|
||||
Reference in New Issue
Block a user