Color picker for forms-angular
npm install fng-colour-picker
Add the following lines to your index.html (or equivalent) file.
Add fng.colourPicker to the list of servies your Angular module depends on.
In your Mongoose schemas you can set up fields like this:
colour: {type: String, form:{directive: 'fng-colour-picker'}},
Options can be added to a fngColourPicker object within the form object.
A complete list of setting options can be found in the Settings section of this page.
For (my) convenience, the following defaults have been changed from https://github.com/zhaber/angular-js-bootstrap-datetimepicker:
alpha: false,
swatch-only: true