diff --git a/README.md b/README.md
index 68408c9a5..b75fb3d85 100644
--- a/README.md
+++ b/README.md
@@ -110,13 +110,12 @@ sure you got the angular version you actually want.
#### Additional dependecies
-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/), see [angular-schema-form-datepicker](https://github.com/Textalk/angular-schema-form-datepicker)
-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.
-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).
+1. 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.
+2. 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).
The minified files include templates - no need to load additional HTML files.
+
### Script Loading
Schema form is split into two main files, `dist/schema-form.min.js` and
@@ -137,9 +136,11 @@ also needs to be loaded *before* Schema Form.
Add-ons
------
-There is currently only one add-on, a date picker using the excellent
-[pickadate.js](http://amsul.ca/pickadate.js/). It has it's own repo and you can find it here:
-[https://github.com/Textalk/angular-schema-form-datepicker](https://github.com/Textalk/angular-schema-form-datepicker)
+There is currently two add-ons, a date picker and a colorpicker. They have their own repos and you
+can find them here with usage instructions:
+
+ * [https://github.com/Textalk/angular-schema-form-datepicker](https://github.com/Textalk/angular-schema-form-datepicker)
+ * [https://github.com/Textalk/angular-schema-form-colorpicker](https://github.com/Textalk/angular-schema-form-colorpicker)
Building
--------
diff --git a/bower.json b/bower.json
index 982df15f5..249a809c6 100644
--- a/bower.json
+++ b/bower.json
@@ -39,6 +39,7 @@
"angular-ui-ace": "bower",
"angular-schema-form-datepicker": ">= 0.1.0",
"jquery": "~2.1.1",
- "angular-mocks": ">= 1.2"
+ "angular-mocks": ">= 1.2",
+ "angular-schema-form-colorpicker": "~0.1.0"
}
}
diff --git a/examples/bootstrap-example.html b/examples/bootstrap-example.html
index 229b974f7..612402d9f 100644
--- a/examples/bootstrap-example.html
+++ b/examples/bootstrap-example.html
@@ -8,6 +8,8 @@
+
+