Hi,
I'm using angular 1.2.28.
As I understand things, ngModel works only for standard form controls like input, checkbox, etc.
Nonetheless, it seems possible to create your own control with FormController#addControl.
I'm guessing it accepts an instance of NgModelController as parameter.
Is there documentation and code sample for that out there.
I can't find anything.
Thanks.