|
1 | | -//! angular-formly version 7.1.0 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò) |
| 1 | +//! angular-formly version 7.1.1 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', ("7.1.0")); // <-- webpack variable |
| 150 | + ngModule.constant('formlyVersion', ("7.1.1")); // <-- webpack variable |
151 | 151 |
|
152 | 152 | ngModule.provider('formlyUsability', _providersFormlyUsability2['default']); |
153 | 153 | ngModule.provider('formlyConfig', _providersFormlyConfig2['default']); |
@@ -416,7 +416,7 @@ return /******/ (function(modules) { // webpackBootstrap |
416 | 416 | Object.defineProperty(exports, "__esModule", { |
417 | 417 | value: true |
418 | 418 | }); |
419 | | - exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("7.1.0") + "/other/ERRORS_AND_WARNINGS.md#"; |
| 419 | + exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("7.1.1") + "/other/ERRORS_AND_WARNINGS.md#"; |
420 | 420 | module.exports = exports["default"]; |
421 | 421 |
|
422 | 422 | /***/ }, |
@@ -1091,8 +1091,8 @@ return /******/ (function(modules) { // webpackBootstrap |
1091 | 1091 | }); |
1092 | 1092 |
|
1093 | 1093 | var useNewValidatorsApi = ctrl.hasOwnProperty('$validators') && !attrs.hasOwnProperty('useParsers'); |
1094 | | - _angularFix2['default'].forEach(opts.validators, addValidatorToPipeline.bind(null, false)); |
1095 | | - _angularFix2['default'].forEach(opts.asyncValidators, addValidatorToPipeline.bind(null, true)); |
| 1094 | + _angularFix2['default'].forEach(opts.validators, _angularFix2['default'].bind(null, addValidatorToPipeline, false)); |
| 1095 | + _angularFix2['default'].forEach(opts.asyncValidators, _angularFix2['default'].bind(null, addValidatorToPipeline, true)); |
1096 | 1096 |
|
1097 | 1097 | function addValidatorToPipeline(isAsync, validator, name) { |
1098 | 1098 | setupMessage(validator, name); |
|
0 commit comments