When total form validation is performed, I've limited the max total to be 1000.
This is due to performance issues.
Since the app now is pure front-end angularjs, the calculation is done by the browser's javascript engine, which is limited.
Calculation can be moved to backend so performance will be boosted.
When total form validation is performed, I've limited the max total to be 1000.
This is due to performance issues.
Since the app now is pure front-end angularjs, the calculation is done by the browser's javascript engine, which is limited.
Calculation can be moved to backend so performance will be boosted.