chrisfarber / ember-breadcrumbs

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

Multiple items for one controller breadcrumb part #3

Closed estshy closed 10 years ago

estshy commented 10 years ago

We should be able to define breadcrumbs that are not based on our code structure.

  breadCrumbs:  [
        ['My site',]
        [dashboard, 'dashboard]
    ]

For instance we built disscuss board with ember.js but our main site is created in other technology.

chrisfarber commented 10 years ago

I can understand why this would be useful.

I would prefer to see this implemented in a way that does not affect the primary use case before it gets merged, however.

I also have enough logic in there, I want to add tests around it before I allow it to grow more complex.