{{twbs-errors-alert}}
Closed this issue · 1 comments
nadnoslen commented
An alert containing all the errors from an Ember Data model (or models if more than one supplied).
Support:
- supplying an Array of models
- supply an Array of field strings; use a dash before the name to indicate that the field should be skipped. If you supply names without a dash those will be the only fields included.
['name', 'notes']
-> means only the name and notes field errors will be presented.
['-name']
-> means all errors will be presented excepted ones pertaining to the name field.
nadnoslen commented
In progress. Vetting among other projects.