chrisfarber / ember-breadcrumbs

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

setting breadcrumbpath to false does nothing #35

Closed clumsysnake closed 8 years ago

clumsysnake commented 9 years ago

in the docs it states that setting path to false should set linkable to false.

atm linkable is always true, and setting path to false sets path to the default path.

chrisfarber commented 9 years ago

Yes, that is indeed broken… this project desperately needs some tests. In the meantime, I'll patch this later today.