Clean up loaded subject

This commit is contained in:
BoykoAlex
2017-08-31 10:58:30 -04:00
parent a4e8891737
commit 76a87ed3ff

View File

@@ -110,7 +110,6 @@ export namespace Properties {
load() {
this.loading = true;
this._loadedSubject.next(false);
this.createProperties().then(properties => {
this.controlModels = properties.map(p => this.createControlModel(p));
this.loading = false;