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

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
formly-bot committed Dec 8, 2015
2 parents 4610b77 + a086d65 commit 18308b7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dist/angular-formly-templates-bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! angular-formly-templates-bootstrap version 6.1.7 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
//! angular-formly-templates-bootstrap version 6.2.0 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)

(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -77,7 +77,7 @@ return /******/ (function(modules) { // webpackBootstrap
prefix: 'angular-formly-bootstrap'
}
}));
ngModule.constant('formlyBootstrapVersion', ("6.1.7"));
ngModule.constant('formlyBootstrapVersion', ("6.2.0"));

__webpack_require__(6)(ngModule);
__webpack_require__(9)(ngModule);
Expand Down Expand Up @@ -138,7 +138,7 @@ return /******/ (function(modules) { // webpackBootstrap
apiCheck: function apiCheck(check) {
return {
templateOptions: {
label: check.string,
label: check.string.optional,
required: check.bool.optional,
labelSrOnly: check.bool.optional
}
Expand Down
Loading

0 comments on commit 18308b7

Please sign in to comment.