Skip to main content

All Questions

1 vote
1 answer
467 views

How to modify ng-model within Angular $parsers pipeline

I have a single box.width ng-model value within a form, intending to store the box's width in inches. I'd like users to be able to see the width in "ft" and "in", though. For the most part, I have it ...
jmq's user avatar
  • 2,389
2 votes
1 answer
1k views

change event not fire after select date from datePicker and $parser function of ngModelController not work

In my customized directive, I do date conversion by getting the Gregorian date from the Model and convert it to Persian date then display it to the user. conversion to Persian date is done by using ...
Fatemeh Gheisari's user avatar