repeater children now created no matter if isLoaded is true

This commit is contained in:
Vladimir Enchev
2015-08-27 16:28:53 +03:00
parent 04a8babc7e
commit ae45b6089e

View File

@ -141,7 +141,7 @@ export class Repeater extends viewModule.CustomLayoutView implements definition.
}
private _createChildren() {
if (this.isDirty && this.isLoaded) {
if (this.isDirty) {
clearItemsLayout(this.itemsLayout);
if (!types.isNullOrUndefined(this.items) && types.isNumber(this.items.length)) {