0ccc8467ec
Adds replication engine and core in-repo addon
1 KiB
1 KiB
MessageError
MessageError
extracts an error from a model or a passed error and displays it using the AlertBanner
component.
Param | Type | Default | Description |
---|---|---|---|
model | DS.Model |
|
An Ember data model that will be used to bind error statest to the internal errors property. |
errors | Array |
|
An array of error strings to show. |
errorMessage | String |
|
An Error string to display. |
Example
<MessageError @model={{model}} />
See