-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Description
Hi;
I am using the code below:
<div class="col-md-10">
<div class="input-group color colorpicker-default">
<input colorpicker colorpicker-with-input="true" type="text" ng-model="option.value" class="form-control" />
<span colorpicker ng-model="option.value" class="input-group-btn" style="background-color: {{option.value}}; width:20px;"></span>
</div>
</div>
In chrome, I can select colors from color-picker, but in Firefox, I cannot.
CSS and js files are loaded. Where am I wrong?
Metadata
Metadata
Assignees
Labels
No labels