Open adrienbrunet opened 9 years ago
Hey, right now, I've monkey patch this code to add a 'DIV' case with some other stuff. But it's bad. We should provide a way to enable people to add custom field handling without monkey patching the ng-django-forms.js. Do you have any ideas/guidelines how to implement it? I want to do it but I'm not sure how I should start this.
Please retry with django-angular-2.0, since I can't reproduce this.
Hi, I'm using
ace
with django-angular and I'm facing a problem. The field generated is adiv
and I get "Unknow field type" from that piece of code in ng-django-forms. (obviously)As it's corner case just for me, should I just patch this or should we provide a way to handle such cases?