chrisfarber / ember-breadcrumbs

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

Fixes for deprecated items in Ember 1.13.0 #31

Closed sirvine closed 9 years ago

sirvine commented 9 years ago

I'm using this with 1.13.0-beta.2. bind-attr is deprecated, and the template iterator should be #each collection as |item|.