chrisfarber / ember-breadcrumbs

An Ember.js component for adding breadcrumbs to your app.
MIT License
79 stars 34 forks source link

add support name breadcrumb for dynamic route #19

Closed AmilKey closed 9 years ago

AmilKey commented 9 years ago

add support name breadcrumb for route has a dynamic segment sample route /post/:id url /post/123 breadcrumb /post/123

chrisfarber commented 9 years ago

Just define the breadcrumb on the controller whose route gets the dynamic segment. Use the route to set relevant info on the controller, and use a computed property on the controller to define the bread crumb.