Closed jniles closed 9 years ago
This commit fixes a critical bug in which the rates were always set to the day before. This is due to errors in the angular validation, stemming from differences between ngMax and the HTML max attribute.
Fixes #824.
Hmm.. This didn't seem to fix it in the general case. I'll take another look.
EDIT Poor git merges mislead me. We really need some test cases. :S
This commit fixes a critical bug in which the rates were always set to the day before. This is due to errors in the angular validation, stemming from differences between ngMax and the HTML max attribute.
Fixes #824.