Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 40ed6b7

Browse files
committed
Fixed installation formatting on README
1 parent e448368 commit 40ed6b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ See `bower.json` and `index.html` in the `master` branch for a full list / more
2222

2323
2. Include the javascript file in your index.html, Formly comes in the following flavors:
2424
- Vanilla: no fancy styling, just plain html
25+
2526
`<script src="bower_components/angular-formly/dist/formly.min.js"></script>`
26-
-Bootstrap: bootstrap compatible forms, form-groups, etc.
27+
28+
- Bootstrap: bootstrap compatible forms, form-groups, etc.
29+
2730
`<script src="bower_components/angular-formly/dist/formly.bootstrap.min.js"></script>`
31+
2832
- DIY: You can create your own templates with `formlyTemplateProvider`! Use any of the builds above and override all the templates or just the ones you need.
2933

3034
3. Add 'formly' as a required module to your angular app, usually in `app.js`:

0 commit comments

Comments
 (0)