Transition#trigger()

trigger (ignoreFailure, name) public

Defined in bower_components/router.js/lib/router/transition.js:248

Fires an event on the current list of resolved/resolving handlers within this transition. Useful for firing events on route hierarchies that haven't fully been entered yet. Note: This method is also aliased as send

Parameters:

ignoreFailure [Boolean]
a boolean specifying whether unhandled events throw an error
name String
the name of the event to fire
doc_EmberJs
2016-11-30 16:53:57
Comments
Leave a Comment

Please login to continue.