Skip to content

Commit

Permalink
Fix only the first instance of schema was rendered (fixes #150)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Dec 2, 2016
1 parent f8df377 commit 7d9503d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/JsonSchema/json-schema-lazy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class JsonSchemaLazy implements OnDestroy, AfterViewInit {
this._loadAfterSelf();
return;
}
//insertAfter($element.cloneNode(true), this.elementRef.nativeElement);
insertAfter($element.cloneNode(true), this.elementRef.nativeElement);
this.loaded = true;
} else {
cache[this.pointer] = this._loadAfterSelf();
Expand Down

0 comments on commit 7d9503d

Please sign in to comment.