Closed rooterkyberian closed 8 years ago
Can you give me more details on your setup - OS, browser, angularjs version etc
I cannot replicate this problem, and I am doing exactly the same as you - https://github.com/ruhley/angular-color-picker/blob/master/examples/app.js#L3-L11
I have successfully reproduced this problem on freshly checked out angular-color-picker
repository by adding
<div class="row">
<h2>No HTML Options</h2>
<label class="control-label">Color</label>
<color-picker class='col-sm-1' ng-model="color" /></color-picker>
</div>
to examples/01-simple.html
I will provide you more details if you can't reproduce it this way, but for here is basic information you asked about: Linux, Chromium 52.0.2743.85 (64-bit), angular#v1.5.8.
I have been using following example snippet sucessfully with v2.4.1
After update to v2.4.2 it breaks on
Cannot set property 'required' of undefined