-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange error: 'mdColorPicker' is non-assignable! #51
Comments
Can you post any code and/or demo/link? |
Unfortunately application is behind auth. Bower.json
Markup
Console
|
can you post the template for the in v0.2.5 I added quite a few new attribute/options to the color picker. mdColorPreview toggles the preview circle next to the input (true to show, false to hide) and defaults to true. |
That was dumb -- not sure why I posed our directive rather than yours :)
|
Ah man, my bad. Looks like I should have set the options to optional. I'll try to get a hotfix out tonight or tomorrow. In the mean time, if you use the non-minified version of mdColorPicker.js and change these lines to '=?' instead of '=' it should work. |
We can wait, we're only using this particular directive on our own stuff at the moment. Thank you for your efforts! |
The color picker was working perfectly, then one day the little color icon disappeared. Then today we got a report from a user and here's the message that we're seeing:
vendor.js:25 Error: [$compile:nonassign] Expression 'undefined' in attribute 'mdColorPreview' used with directive 'mdColorPicker' is non-assignable!
Any idea what that might mean?
The text was updated successfully, but these errors were encountered: