chrisfarber / ember-breadcrumbs

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

Error while processing route: Assertion Failed: You must use Ember.set() to set the `controller` property #23

Closed msalahz closed 9 years ago

msalahz commented 9 years ago

I had this issue since last week and It was frustrating investigating it until it gone when I uninstalled ember breadCrumb. the problem was related to observe controller object. for reference : https://github.com/emberjs/ember.js/pull/9767

chrisfarber commented 9 years ago

Could you try 0.1.3 and let me know if that fixes the issue?

msalahz commented 9 years ago

Where is the change log for the new release?

msalahz commented 9 years ago

@chrisfarber , I installed v0.1.3 and it's not generating this issue. thanks