Skip to content

Commit db73b4e

Browse files
committed
Add bootstrap update
1 parent 104a3fa commit db73b4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dist/angular-schema-form-bootstrap.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-schema-form
33
* @version 1.0.0-alpha.5
4-
* @date Wed, 26 Apr 2017 14:49:08 GMT
4+
* @date Sat, 29 Apr 2017 14:53:54 GMT
55
* @link https://github.com/json-schema-form/angular-schema-form
66
* @license MIT
77
* Copyright (c) 2014-2017 JSON Schema Form
@@ -93,7 +93,7 @@ module.exports = __webpack_require__(3);
9393
/*!
9494
* angular-schema-form-bootstrap
9595
* @version 1.0.0-alpha.5
96-
* @date Thu, 20 Apr 2017 11:28:20 GMT
96+
* @date Sat, 29 Apr 2017 14:49:38 GMT
9797
* @link https://github.com/json-schema-form/angular-schema-form-bootstrap
9898
* @license MIT
9999
* Copyright (c) 2014-2017 JSON Schema Form
@@ -249,7 +249,7 @@ module.exports = __webpack_require__(3);
249249
/***/function (module, exports) {
250250

251251
var path = '/bootstrap/fieldset.html';
252-
var html = "<fieldset ng-disabled=\"form.readonly\" class=\"schema-form-fieldset {{::form.htmlClass + ' ' + idClass}}\" sf-key-controller sf-parent-key=\"[{{form.key.join('][')}}]\" sf-index=\"{{$index}}\">\r\n <legend ng-class=\"{'sr-only': !showTitle() }\">{{ form.title }}</legend>\r\n <div class=\"help-block\" ng-show=\"form.description\" ng-bind-html=\"form.description\"></div>\r\n</fieldset>\r\n";
252+
var html = "<fieldset ng-disabled=\"form.readonly\" class=\"schema-form-fieldset {{::form.htmlClass + ' ' + idClass}}\">\r\n <legend ng-class=\"{'sr-only': !showTitle() }\">{{ form.title }}</legend>\r\n <div class=\"help-block\" ng-show=\"form.description\" ng-bind-html=\"form.description\"></div>\r\n</fieldset>\r\n";
253253
window.angular.module('ng').run(['$templateCache', function (c) {
254254
c.put(path, html);
255255
}]);

0 commit comments

Comments
 (0)