File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 2323``` sh
2424npm install angular-schema-form-bootstrap
2525```
26+ And then include ` angular-schema-form-bootstrap.min.js ` . Note that angular-schema-form >= 1.0.0-alpha.1 is needed.
2627
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.
2929
3030Future
3131------
3232Using the new builder opens up for a lot of optimization. Primarily we can get rid of a lot of small
3333watches by using build helpers. For instance, slapping on a ` sf-changed ` directive * only* if the
3434form 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.
You can’t perform that action at this time.
0 commit comments