Philipp Denzler

Results 6 issues of 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...

feature
messages

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...

messages
enhancement

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

core
enhancement

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

feature
core

`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.

core

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

core