@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.
- package/bundles/micropermit-client-angular.umd.js +5 -5
- package/bundles/micropermit-client-angular.umd.js.map +1 -1
- package/bundles/micropermit-client-angular.umd.min.js +1 -1
- package/bundles/micropermit-client-angular.umd.min.js.map +1 -1
- package/esm2015/lib/directives/linkfield.directive.js +6 -6
- package/esm5/lib/directives/linkfield.directive.js +6 -6
- package/fesm2015/micropermit-client-angular.js +5 -5
- package/fesm2015/micropermit-client-angular.js.map +1 -1
- package/fesm5/micropermit-client-angular.js +5 -5
- package/fesm5/micropermit-client-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -2274,11 +2274,11 @@
|
|
|
2274
2274
|
*/
|
|
2275
2275
|
function () {
|
|
2276
2276
|
this.updateIfDirty();
|
|
2277
|
-
if (this._from) {
|
|
2278
|
-
|
|
2279
|
-
|
|
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 {?}
|