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
@@ -51,6 +44,13 @@ <h1>AngularJS Color Picker</h1>
51
44
<selectng-model="options.alpha" class="form-control" ng-options="option.value as option.label for option in boolOptions"></select>
52
45
</div>
53
46
47
+
<divclass="row">
48
+
<labelclass="control-label">Case (case) - The case of hex colors - 'upper', 'lower'</label>
49
+
<selectng-model="options.case" class="form-control" ng-options="option.value as option.label for option in caseOptions"></select>
50
+
</div>
51
+
52
+
<h3>Swatch</h3>
53
+
54
54
<divclass="row">
55
55
<labelclass="control-label">Swatch (swatch) - whether or not to display the swatch inside the input field</label>
56
56
<selectng-model="options.swatch" class="form-control" ng-options="option.value as option.label for option in boolOptions"></select>
@@ -71,16 +71,13 @@ <h1>AngularJS Color Picker</h1>
71
71
<selectng-model="options.swatchBootstrap" class="form-control" ng-options="option.value as option.label for option in boolOptions"></select>
72
72
</div>
73
73
74
+
<h3>Popup</h3>
75
+
74
76
<divclass="row">
75
77
<labelclass="control-label">Position (pos) - the position of the picker control in relation to the input field - 'bottom left', 'bottom right', 'top left', 'top right'</label>
76
78
<selectng-model="options.pos" class="form-control" ng-options="option.value as option.label for option in posOptions"></select>
77
79
</div>
78
80
79
-
<divclass="row">
80
-
<labelclass="control-label">Case (case) - The case of hex colors - 'upper', 'lower'</label>
81
-
<selectng-model="options.case" class="form-control" ng-options="option.value as option.label for option in caseOptions"></select>
82
-
</div>
83
-
84
81
<divclass="row">
85
82
<labelclass="control-label">Inline (inline) - whether or not to display inline or in a popup - false, true</label>
86
83
<selectng-model="options.inline" class="form-control" ng-options="option.value as option.label for option in boolOptions"></select>
@@ -91,6 +88,18 @@ <h1>AngularJS Color Picker</h1>
91
88
<selectng-model="options.round" class="form-control" ng-options="option.value as option.label for option in boolOptions"></select>
0 commit comments