|
23 | 23 | ```sh
|
24 | 24 | npm install angular-schema-form-bootstrap
|
25 | 25 | ```
|
| 26 | +And then include `angular-schema-form-bootstrap.min.js`. Note that angular-schema-form >= 1.0.0-alpha.1 is needed. |
26 | 27 |
|
27 | | -And then include `bootstrap-decorator.min.js`. Note that angular-schema-form >= 0.8.7 is needed. |
28 | | - |
| 28 | +You **DO NOT** need to include angular-schema-form with this version, it is now embedded within the above file. |
29 | 29 |
|
30 | 30 | Future
|
31 | 31 | ------
|
32 | 32 | Using the new builder opens up for a lot of optimization. Primarily we can get rid of a lot of small
|
33 | 33 | watches by using build helpers. For instance, slapping on a `sf-changed` directive *only* if the
|
34 | 34 | form definition has an `onChange` option.
|
| 35 | + |
| 36 | +We also intend to provide a version that can be added as just the decorator without including Angular Schema Form. |
| 37 | + |
| 38 | +Developer Install |
| 39 | +----------------- |
| 40 | +```sh |
| 41 | +bower install |
| 42 | +npm install |
| 43 | +``` |
| 44 | +Then read package.json for the available scripts. |
| 45 | +**Note** templates are compiled so the templates script must be run after changes. |
0 commit comments