|
1 | | -//! angular-formly-templates-bootstrap version 6.1.4 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò) |
| 1 | +//! angular-formly-templates-bootstrap version 6.1.5 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') |
@@ -77,7 +77,7 @@ return /******/ (function(modules) { // webpackBootstrap |
77 | 77 | prefix: 'angular-formly-bootstrap' |
78 | 78 | } |
79 | 79 | })); |
80 | | - ngModule.constant('formlyBootstrapVersion', ("6.1.4")); |
| 80 | + ngModule.constant('formlyBootstrapVersion', ("6.1.5")); |
81 | 81 |
|
82 | 82 | __webpack_require__(6)(ngModule); |
83 | 83 | __webpack_require__(9)(ngModule); |
@@ -433,14 +433,15 @@ return /******/ (function(modules) { // webpackBootstrap |
433 | 433 | var ngOptions = options.templateOptions.ngOptions || 'option[to.valueProp || \'value\'] as option[to.labelProp || \'name\'] group by option[to.groupProp || \'group\'] for option in to.options'; |
434 | 434 | return { |
435 | 435 | ngModelAttrs: _defineProperty({}, ngOptions, { |
436 | | - value: 'ng-options' |
| 436 | + value: options.templateOptions.optionsAttr || 'ng-options' |
437 | 437 | }) |
438 | 438 | }; |
439 | 439 | }, |
440 | 440 | apiCheck: function apiCheck(check) { |
441 | 441 | return { |
442 | 442 | templateOptions: { |
443 | 443 | options: check.arrayOf(check.object), |
| 444 | + optionsAttr: check.string.optional, |
444 | 445 | labelProp: check.string.optional, |
445 | 446 | valueProp: check.string.optional, |
446 | 447 | groupProp: check.string.optional |
|
0 commit comments