Show:

Add loading for transitions from edit form.

Methods

actions.willTransition

(
  • transition
)

It sends message about transition to corresponding controller.

The willTransition action is fired at the beginning of any attempted transition with a Transition object as the sole argument. More info.

Parameters:

setupController

(
  • controller
  • model
)

A hook you can use to setup the controller for the current route. More info.

Parameters: