ember-bootstrap-changeset-validations
ember-bootstrap-changeset-validations copied to clipboard
Throw error with meaningful message if changeset is invalid
Ember Bootstrap Changeset Validations throws an error without an error message if the model is invalid: https://github.com/ember-bootstrap/ember-bootstrap-changeset-validations/blob/3ccdf4c16c4508889169feca270878d0a2541fc2/addon/components/bs-form.js#L20-L22 To ease debugging, the error should have a meaningful message.