Panman82 / ember-bootstrap-switch

An ember-cli addon to import bootstrap-switch and provide an Ember component.
MIT License
5 stars 4 forks source link

Fix Cannot read property 'bootstrapSwitch' of undefined #6

Closed Doha83 closed 8 years ago

Doha83 commented 9 years ago

Fixes #4

Panman82 commented 9 years ago

I'm working on a large rewrite now to move away from observers and provide 1.13+ compatibility.

Panman82 commented 8 years ago

Fixed with version 1.13.0 that was just release. Switch initialization state is now handled properly throughout, but also moved away from observers in general.