jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 293 forks source link

Weird behavior for checkbox #166

Closed adrienbrunet closed 9 years ago

adrienbrunet commented 9 years ago

Hi,

On the demo page, when I click on one of the choices of "Notify by", I get the "This field is required" error message. The error message disappears if I click another checkbox, but then, if I unchecked one of the selected boxes, the message "This field is required" is not shown again. It's not really consistent.

Any idea?

jrief commented 9 years ago

@adrienbrunet Thanks for reporting! On my last deployment, I forgot to invoke collectstatic.