@the-liberators/ngx-scrumteamsurvey-tools 2.3.37 → 2.3.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -171,7 +171,7 @@ let ViewModelStateBase = class ViewModelStateBase {
171
171
  this.data = new BehaviorSubject(new this.startInstance());
172
172
  }
173
173
  load() {
174
- if (this.result) {
174
+ if (this.result && this.result.loaded) {
175
175
  return;
176
176
  }
177
177
  this.result = new this.startInstance();