Package ember-routing-views
Parent:
ember
Ember.LinkComponent
renders an element whose click
event triggers a
transition of the application's instance of Ember.Router
to
a supplied route by name.
Instances of LinkComponent
will most likely be created through
the link-to
Handlebars helper, but properties of this class
can be overridden to customize application-wide behavior.