jrief / django-angular

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

form_class attribute in NgCRUDView #173

Closed adrienbrunet closed 9 years ago

adrienbrunet commented 9 years ago

Yup,

could we add a form_class attribute to the NgCRUDView (like in regular FormView)? Right now, we can override def get_form_class but it would be easier that way. (And it's misleading without it)

I can make a PR if you don't have time for that

Cheers

jrief commented 9 years ago

@jkosir Since I do not have any experience with NgCRUDView, its up to you to decide.

jkosir commented 9 years ago

Huh yep, that makes sense. I'd appreciate a PR.

Thanks!