Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 3467470

Browse files
author
formly-bot
committed
6.24.14
1 parent d3b7e9e commit 3467470

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

dist/formly.js

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! angular-formly version 6.23.7 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
1+
//! angular-formly version 6.24.14 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
22

33
(function webpackUniversalModuleDefinition(root, factory) {
44
if(typeof exports === 'object' && typeof module === 'object')
@@ -147,7 +147,7 @@ return /******/ (function(modules) { // webpackBootstrap
147147

148148
ngModule.constant('formlyApiCheck', _providersFormlyApiCheck2['default']);
149149
ngModule.constant('formlyErrorAndWarningsUrlPrefix', _otherDocsBaseUrl2['default']);
150-
ngModule.constant('formlyVersion', ("6.23.7")); // <-- webpack variable
150+
ngModule.constant('formlyVersion', ("6.24.14")); // <-- webpack variable
151151

152152
ngModule.provider('formlyUsability', _providersFormlyUsability2['default']);
153153
ngModule.provider('formlyConfig', _providersFormlyConfig2['default']);
@@ -353,6 +353,7 @@ return /******/ (function(modules) { // webpackBootstrap
353353
noFormControl: apiCheck.bool.optional,
354354
hide: apiCheck.bool.optional,
355355
hideExpression: formlyExpression.optional,
356+
ngModelElAttrs: apiCheck.objectOf(apiCheck.string).optional,
356357
ngModelAttrs: apiCheck.objectOf(apiCheck.shape({
357358
expression: apiCheck.shape.ifNot(['value', 'attribute', 'bound'], apiCheck.any).optional,
358359
value: apiCheck.shape.ifNot('expression', apiCheck.any).optional,
@@ -449,7 +450,7 @@ return /******/ (function(modules) { // webpackBootstrap
449450
Object.defineProperty(exports, "__esModule", {
450451
value: true
451452
});
452-
exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.23.7") + "/other/ERRORS_AND_WARNINGS.md#";
453+
exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.24.14") + "/other/ERRORS_AND_WARNINGS.md#";
453454
module.exports = exports["default"];
454455

455456
/***/ },
@@ -2416,6 +2417,7 @@ return /******/ (function(modules) { // webpackBootstrap
24162417
addValidation();
24172418
addModelOptions();
24182419
addTemplateOptionsAttrs();
2420+
addNgModelElAttrs();
24192421

24202422
return node.innerHTML;
24212423

@@ -2501,6 +2503,12 @@ return /******/ (function(modules) { // webpackBootstrap
25012503
}
25022504
});
25032505
}
2506+
2507+
function addNgModelElAttrs() {
2508+
_angularFix2['default'].forEach(options.ngModelElAttrs, function (val, name) {
2509+
addIfNotPresent(modelNodes, name, val);
2510+
});
2511+
}
25042512
}
25052513

25062514
// Utility functions

dist/formly.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formly.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formly",
3-
"version": "0.0.0-semantically-released.0",
3+
"version": "6.24.14",
44
"author": "Astrism <[email protected]>",
55
"contributors": [
66
"Astrism <[email protected]>",
@@ -138,4 +138,4 @@
138138
"czConfig": {
139139
"path": "node_modules/cz-conventional-changelog"
140140
}
141-
}
141+
}

0 commit comments

Comments
 (0)