Philipp Denzler
Philipp Denzler
To simplify the custom violation message templates, we should provide a directive that just prints the violation message from the current scope. With this directive, the users of valdr would...
In the current implementation, the default template for message rendering only shows the first violation for each invalid input field. The order of the violations in the valdrViolations array set...
Change the `valdrType` directive to support dynamic types by evaluating the attribute instead of only reading it in: https://github.com/netceteragroup/valdr/blob/master/src/core/valdrType-directive.js#L13
Add support for asynchronous validators. The implementation should be based on AngularJS `ngModelController.$asyncValidators` See: https://docs.angularjs.org/api/ng/type/ngModel.NgModelController#$asyncValidators
`moment` construction using a non-iso string has been deprecated, see https://github.com/moment/moment/issues/1407 We currently use this constructor in the future and past validators. Check the issue above for possible solutions.
Upgrade Jasmine to the latest version. We're currently using 1.3.0. See: https://github.com/pivotal/jasmine/blob/v2.0.0/release_notes/20.md