v1.0.0
- Drop support for deprecated callback methods
onSuccess
,onError
, andonRedirect
. Callbacks can be called using Ember.Evented trigger with the targetssuccess
,error
, andredirect
.
onSuccess
, onError
, and onRedirect
. Callbacks can be called using Ember.Evented trigger with the targets success
, error
, and redirect
.