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
Copy file name to clipboardExpand all lines: README.md
+9-6
Original file line number
Diff line number
Diff line change
@@ -111,17 +111,18 @@ sure you got the angular version you actually want.
111
111
112
112
#### Additional dependecies
113
113
114
-
1. If you want to use the date picker, you'll also need [jQuery](https://github.com/jquery/jquery) and [pickadate.js](http://amsul.ca/pickadate.js/)
114
+
1. If you want to use the date picker, you'll also need [jQuery](https://github.com/jquery/jquery)
115
+
and [pickadate.js](http://amsul.ca/pickadate.js/), see [angular-schema-form-datepicker](https://github.com/Textalk/angular-schema-form-datepicker)
115
116
2. If you'd like to use drag-and-drop reordering of arrays, you'll also need [ui-sortable](https://github.com/angular-ui/ui-sortable) and its [jQueryUI](http://jqueryui.com/) dependencies. See the *ui-sortable* documentation for details about which parts of jQueryUI are needed. You can safely ignore these if you don't need reordering.
116
117
3. Schema Form provides tabbed arrays through the form type `tabarray`. Tab arrays default to tabs on the left side. For these to work, you'll need to include the CSS from [bootstrap-vertical-tabs](https://github.com/dbtek/bootstrap-vertical-tabs). However, you won't need Bootstrap Vertical Tabs for horizontal tabs (the `tabType: "top"` option).
117
118
118
119
The minified files include templates - no need to load additional HTML files.
119
120
120
121
Add-ons
121
122
------
122
-
There is currently only one add-on, a date picker using the excellent[pickadate.js](http://amsul.ca/pickadate.js/).
123
-
124
-
See the [add-on docs](docs/datepicker.md) for usage.
123
+
There is currently only one add-on, a date picker using the excellent
124
+
[pickadate.js](http://amsul.ca/pickadate.js/). It has it's own repo and you can find it here:
0 commit comments