|
1 |
| -//! angular-formly version 6.23.2 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò) |
| 1 | +//! angular-formly version 6.23.3 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò) |
2 | 2 |
|
3 | 3 | (function webpackUniversalModuleDefinition(root, factory) {
|
4 | 4 | if(typeof exports === 'object' && typeof module === 'object')
|
@@ -147,7 +147,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
147 | 147 |
|
148 | 148 | ngModule.constant('formlyApiCheck', _providersFormlyApiCheck2['default']);
|
149 | 149 | ngModule.constant('formlyErrorAndWarningsUrlPrefix', _otherDocsBaseUrl2['default']);
|
150 |
| - ngModule.constant('formlyVersion', ("6.23.2")); // <-- webpack variable |
| 150 | + ngModule.constant('formlyVersion', ("6.23.3")); // <-- webpack variable |
151 | 151 |
|
152 | 152 | ngModule.provider('formlyUsability', _providersFormlyUsability2['default']);
|
153 | 153 | ngModule.provider('formlyConfig', _providersFormlyConfig2['default']);
|
@@ -449,7 +449,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
449 | 449 | Object.defineProperty(exports, "__esModule", {
|
450 | 450 | value: true
|
451 | 451 | });
|
452 |
| - exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.23.2") + "/other/ERRORS_AND_WARNINGS.md#"; |
| 452 | + exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.23.3") + "/other/ERRORS_AND_WARNINGS.md#"; |
453 | 453 | module.exports = exports["default"];
|
454 | 454 |
|
455 | 455 | /***/ },
|
@@ -2490,8 +2490,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
2490 | 2490 |
|
2491 | 2491 | for (var i = 0; i < allNgModelNodes.length; i++) {
|
2492 | 2492 | var ngModelNode = allNgModelNodes[i];
|
2493 |
| - if (!ngModelNode.hasAttribute('formly-skip-ng-model-attrs-manipulator') && (_angularFix2['default'].isString(skip) || !nodeMatches(ngModelNode, skip))) { |
2494 |
| - |
| 2493 | + if (!ngModelNode.hasAttribute('formly-skip-ng-model-attrs-manipulator') && !(_angularFix2['default'].isString(skip) && nodeMatches(ngModelNode, skip))) { |
2495 | 2494 | matchingNgModelNodes.push(ngModelNode);
|
2496 | 2495 | }
|
2497 | 2496 | }
|
|
0 commit comments