You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,30 +22,25 @@ Formly for Angular is an AngularJS module which has directives to help customize
22
22
See `bower.json` and `index.html` in the `master` branch for a full list / more details
23
23
24
24
## Install in your project
25
-
- Install with Bower
25
+
1. Install with Bower
26
26
`$ bower install angular-formly --save`
27
27
28
-
- Include the javascript file in your index.html, Formly comes in the following flavors:
29
-
- No templates: you provide all your custom templates using the `formlyConfigProvider`
28
+
2. Include the javascript file in your index.html, Formly without any form templates. You can create your own or use some of our prebuilt templates which cover basic form types, then extend with your own as needed.
> DIY: Regardless of which flavor you use, you can create your own templates with `formlyConfigProvider`. Use any of the builds above and override all the templates or just the ones you need.
36
37
37
-
- Bootstrap: bootstrap compatible forms, form-groups, etc.
- DIY: Regardless of which flavor you use, you can create your own templates with `formlyConfigProvider`. Use any of the builds above and override all the templates or just the ones you need.
42
-
43
-
- Add 'formly' as a required module to your angular app, usually in `app.js`:
38
+
3. Add 'formly' as a required module to your angular app, usually in `app.js`:
*Note:* This `README.md` is for the latest version of `formly`. There have been some changes in the latest version which is not stable. For documentation on the latest stable version, see the [0.0.16 documentation](https://github.com/formly-js/angular-formly/tree/0.0.16)
43
+
*Note:* This `README.md` is for the latest version of `formly`. There have been some changes in the latest version which is not stable. For documentation on the latest stable version, see the [1.0.0 documentation](https://github.com/formly-js/angular-formly/tree/1.0.0)
49
44
50
45
You can add a formly-form in your HTML templates as shown below.
0 commit comments