- working on FR app
- added Obligations/Outlays check against Funding Amount, warning when value is greater than the amount and disable continue
- added a directive to capture and check Obligations/Outlays values on-blur, not on-change. on-blur checks the values when input is complete, on-change checks the values on every key stroke. http://stackoverflow.com/questions/11868393/angularjs-inputtext-ngchange-fires-while-the-value-is-changing
- Obligations/Outlays should not be less than the previous month and greater than the next month
- max and min attribute don’t work with ng-model binding
- added directives, ngMin and ngMax, to handle min (previous month) and max (next month)
- http://stackoverflow.com/questions/15656617/validation-not-triggered-when-data-binding-a-number-inputs-min-max-attributes
