Skip to content

Commit 2598d6b

Browse files
committed
Merge pull request #14 from DevManny/patch-1
fix problems with words without quotes
2 parents 2623e3a + 6d864d6 commit 2598d6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ If a list is given then choose one of the items. The first item in the list will
3535
```html
3636
<color-picker
3737
ng-model="" <!-- only required field -->
38-
color-picker-format="hsl, hsv, rgb, hex, hex8"
38+
color-picker-format="'hsl', 'hsv', 'rgb', 'hex', 'hex8'"
3939
color-picker-alpha="true, false"
4040
color-picker-swatch="true, false"
41-
color-picker-swatch-pos="left, right"
41+
color-picker-swatch-pos="'left', 'right'"
4242
color-picker-swatch-only="true, false"
43-
color-picker-pos="bottom left, bottom right, top left, top right"
44-
color-picker-case="upper, lower"
43+
color-picker-pos="'bottom left', 'bottom right', 'top left', 'top right'"
44+
color-picker-case="'upper', 'lower'"
4545
></color-picker>
4646
```
4747

0 commit comments

Comments
 (0)