@micropermit/client-angular 0.4.4-alpha → 0.4.4-alpha1

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.
@@ -2274,11 +2274,11 @@
2274
2274
  */
2275
2275
  function () {
2276
2276
  this.updateIfDirty();
2277
- if (this._from) {
2278
- if (this._from instanceof LinkField && this.lastObs !== this._from.listenObs()) {
2279
- this.load();
2280
- }
2281
- }
2277
+ // if (this._from) {
2278
+ // if (this._from instanceof LinkField && this.lastObs !== this._from.listenObs()) {
2279
+ // this.load();
2280
+ // }
2281
+ // }
2282
2282
  };
2283
2283
  /**
2284
2284
  * @return {?}