Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d95d8a2

Browse files
Update README
1 parent d473cd6 commit d95d8a2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

‎README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,23 @@ or
2323
```sh
2424
npm 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

3030
Future
3131
------
3232
Using the new builder opens up for a lot of optimization. Primarily we can get rid of a lot of small
3333
watches by using build helpers. For instance, slapping on a `sf-changed` directive *only* if the
3434
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /