controllerNameStringpublic
Defined in packages/ember-routing/lib/system/route.js:525 Available since 1.4.0
The name of the controller to associate with this route. By default, Ember will lookup a route's controller that matches the name of the route (i.e. App.PostController for App.PostRoute). However, if you would like to define a specific controller to use, you can do so using this property. This is useful in many ways, as the controller specified will be: passed to the setupController me