As the subject states, how do I trigger the actions to take place inside a
modelController.$parsers(...)
without user input... the only wa
This question is actual for me also... Because i am resolving this issue with:
var triggerParsers = function() { var val = ngModel.$viewValue; ngModel.$setViewValue(null); ngModel.$setViewValue(val); };