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
@@ -59,13 +67,36 @@ <h4><b>by Alberto Pujante</b></h4>
59
67
60
68
</div>
61
69
70
+
<divclass="row">
71
+
<hr>
72
+
<divclass="col-md-5">
73
+
<inputcolor-picker
74
+
color-picker-model="var3"
75
+
color-picker-output-format="'rgba'"
76
+
ng-style="{background: var3}"/><br><br>
77
+
<inputcolor-picker
78
+
color-picker-model="var4"
79
+
color-picker-output-format="'hsla'"
80
+
ng-style="{background: var4}"/>
81
+
</div>
82
+
<divclass="col-md-7">
83
+
<p>Output format:</p>
84
+
<pre>
85
+
<input color-picker
86
+
color-picker-model="var"
87
+
color-picker-output-format="'rgba'"
88
+
ng-style="{background: var}"/>
89
+
</pre>
90
+
</div>
91
+
</div>
92
+
62
93
<hr>
63
94
<divclass="row">
64
95
<divclass="col-md-5">
65
96
<inputcolor-picker
66
97
color-picker-show-value="false"
67
-
color-picker-model="var3"
68
-
ng-style="{background: var3}"/>
98
+
color-picker-model="var5"
99
+
ng-style="{background: var5}"/>
69
100
</div>
70
101
<divclass="col-md-7">
71
102
<p>Hiding output text color. When user introduces a value the output color is showed, use a no editable html element if you want to avoid this behaviour:</p>
@@ -83,9 +114,9 @@ <h4><b>by Alberto Pujante</b></h4>
83
114
<divclass="row">
84
115
<divclass="col-md-5">
85
116
<inputcolor-picker
86
-
color-picker-model="var4"
117
+
color-picker-model="var6"
87
118
color-picker-position="bottom"
88
-
ng-style="{background: var4}"/>
119
+
ng-style="{background: var6}"/>
89
120
</div>
90
121
<divclass="col-md-7">
91
122
<p>You can change the color picker position, </p>
@@ -102,9 +133,9 @@ <h4><b>by Alberto Pujante</b></h4>
102
133
<divclass="row">
103
134
<divclass="col-md-5">
104
135
<inputcolor-picker
105
-
color-picker-model="var5"
136
+
color-picker-model="var7"
106
137
color-picker-fixed-position="true"
107
-
ng-style="{background: var5}"/>
138
+
ng-style="{background: var7}"/>
108
139
</div>
109
140
<divclass="col-md-7">
110
141
<p>or put it in a fixed position:</p>
@@ -121,11 +152,11 @@ <h4><b>by Alberto Pujante</b></h4>
121
152
<divclass="row">
122
153
<divclass="col-md-5">
123
154
<inputcolor-picker
124
-
color-picker-model="var6"
155
+
color-picker-model="var8"
125
156
color-picker-show-input-spinner="true"
126
157
color-picker-spinner-rgba-steps="5;5;5;0.1"
127
158
color-picker-spinner-hsla-steps="5;5;5;0.1"
128
-
ng-style="{background: var6}"/>
159
+
ng-style="{background: var8}"/>
129
160
</div>
130
161
<divclass="col-md-7">
131
162
<p>You can show input spinner and change the step:</p>
@@ -144,10 +175,10 @@ <h4><b>by Alberto Pujante</b></h4>
0 commit comments