Skip to content

Commit f30ce49

Browse files
committed
Fix example documentation
1 parent 2ae5740 commit f30ce49

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ The the add-on still supports both variants, but value/name will be removed.<br
4545

4646
Note: no further API changes are planned.
4747

48+
# Example
49+
50+
There is a live example at http://demo.optimalbpm.se/angular-schema-form-dynamic-select/ .
51+
52+
The example code is in the repository, it's the index.html, bootstrap-strapselect.js file, test/testdata.json and the test/testdata_mapped.json files.
53+
54+
To run it locally, simply clone the repository
55+
56+
git clone https://github.com/OptimalBPM/angular-schema-form-dynamic-select.git
57+
cd angular-schema-form-dynamic-select
58+
bower update
59+
60+
..and open index.html in a browser or serve using your favorite IDE.
61+
62+
(you will need to have [bower installed](http://bower.io/#install-bower), of course)
63+
64+
65+
4866
# Glossary
4967

5068
* List items: the items that make up the selection list, for example the items in a drop down.
@@ -353,17 +371,6 @@ of callback and asyncCallback. There is no reason clutter client code with http-
353371
As long this is the case, all relevant fields must specify the "type"-property. <br />
354372
If not, they will get the wrong editor. Either way, it is recommended to define the type.
355373

356-
# Example
357-
358-
In the repository, the index.html file, together with the bootstrap-strapselect.js file and the test/testdata.json file constitutes a working example.
359-
360-
To run it, simply clone the repository
361-
362-
git clone https://github.com/OptimalBPM/angular-schema-form-dynamic-select.git
363-
cd angular-schema-form-dynamic-select
364-
bower update
365-
366-
..and open index.html in a browser or serve using your favorite IDE.
367374

368375
# Bugs, omissions, feature requests
369376

0 commit comments

Comments
 (0)