This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Fixed bug #16 and also added option to display last error only
- Added option to display only last error message instead of all messages at once.
- Fixed a bug (possibly issue #16) where changing route on View/Controller would make the ValidationSummary fail when coming back to original View/Controller, this bug was associated to the fact that the ValidationSummary kept growing from Controller to Controller, now this ValidationSummary is wipe out as soon as we detect a route change.