aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

ValidateBindingBehavior needs to get reporter based on object, not infer from bindingContext #25

Closed plwalters closed 8 years ago

plwalters commented 8 years ago

Need to use getContextFor() from the binding library to retrieve the proper bindingContext, and use that to find the reporter.

cc: @jdanyow