vitalets/lazy-model

Could the goal of this project be achieved via the ngModel.Controller?

Closed this issue · 0 comments

i'm thinking of something like making directives for the form elements that use the ngModel.controller.$parsers and $formatters function arrays.

http://docs.angularjs.org/guide/forms under customer validators shows examples.
there will only work with non-async operations, though.