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

Commit 18308b7

Browse files
committed
v6.2.0
2 parents 4610b77 + a086d65 commit 18308b7

5 files changed

+12
-12
lines changed

Diff for: dist/angular-formly-templates-bootstrap.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! angular-formly-templates-bootstrap version 6.1.7 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
1+
//! angular-formly-templates-bootstrap version 6.2.0 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')
@@ -77,7 +77,7 @@ return /******/ (function(modules) { // webpackBootstrap
7777
prefix: 'angular-formly-bootstrap'
7878
}
7979
}));
80-
ngModule.constant('formlyBootstrapVersion', ("6.1.7"));
80+
ngModule.constant('formlyBootstrapVersion', ("6.2.0"));
8181

8282
__webpack_require__(6)(ngModule);
8383
__webpack_require__(9)(ngModule);
@@ -138,7 +138,7 @@ return /******/ (function(modules) { // webpackBootstrap
138138
apiCheck: function apiCheck(check) {
139139
return {
140140
templateOptions: {
141-
label: check.string,
141+
label: check.string.optional,
142142
required: check.bool.optional,
143143
labelSrOnly: check.bool.optional
144144
}

0 commit comments

Comments
 (0)