|
22 | 22 | ```sh
|
23 | 23 | npm install angular-schema-form-bootstrap
|
24 | 24 | ```
|
25 | | -And then include `angular-schema-form-bootstrap-bundled.min.js`. **Note that angular-schema-form >= 1.0.0-alpha.1 is needed**. |
26 | 25 |
|
27 | | -You **DO NOT** need to include angular-schema-form with this version, it is now **embedded** within the above file. If you wish to include the files separately you can still use `angular-schema-form-bootstrap.min.js` |
| 26 | +The package.json 'main' script is this library alone and unminified so that minification can be handled by webpack or another script bundler. |
| 27 | +**Note that angular-schema-form >= 1.0.0-alpha.1 is needed in that case**. |
| 28 | + |
| 29 | +If you include `angular-schema-form-bootstrap-bundled.min.js` you **DO NOT** need to include angular-schema-form, it is now **embedded** within the bundled above file. If you wish to include the files separately you can still use `angular-schema-form-bootstrap.js` or `angular-schema-form-bootstrap.min.js` |
28 | 30 |
|
29 | 31 | Future
|
30 | 32 | ------
|
|
0 commit comments