ember-routing-views Module
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.
Ember.LinkComponent
components are invoked with {{#link-to}}. Properties
of this class can be overridden with reopen
to customize application-wide
behavior.