We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da54e6 commit 6d864d6Copy full SHA for 6d864d6
README.md
@@ -35,7 +35,7 @@ If a list is given then choose one of the items. The first item in the list will
35
```html
36
<color-picker
37
ng-model="" <!-- only required field -->
38
- color-picker-format="'hsl', 'hsv', 'rgb', 'hex', 'hex8'" <!-- for string values use ' ' -->
+ color-picker-format="'hsl', 'hsv', 'rgb', 'hex', 'hex8'"
39
color-picker-alpha="true, false"
40
color-picker-swatch="true, false"
41
color-picker-swatch-pos="'left', 'right'"
0 commit comments