chrisfarber / ember-breadcrumbs

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

breadCrumbs variable not accessible within overriding template #59

Closed cameronblandford closed 6 years ago

cameronblandford commented 6 years ago

The overriding template loads fine in a pod setup (path: app/components/bread-crumbs/template.hbs) but breadCrumbs is undefined within said that template when checked via debugger, console logging, printing, and iterating over.

Update: Attempted to do the same with a non-pod configuration and same result. On further inspection, nothing is getting passed into the template either way (the attr object in the template's context is empty in both setups)

cameronblandford commented 6 years ago

Figured out the problem - ember-crumbly was overriding ember-breadcrumbs.