FdLoadingForTransitionMixin Class
Extends Ember.Mixin
Defined in:
Module: ember-flexberry-designer
addon/mixins/fd-loading-for-transition.js:3
Add loading for transitions from edit form.
Item Index
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:
-
transition
Object
setupController
(
-
controller
-
model
A hook you can use to setup the controller for the current route. More info.
Parameters:
-
controller
Ember.Controller -
model
Object