soulim / ember-cli-bootstrap-datepicker

Datepicker component for Ember CLI
http://sul.im/ember-cli-bootstrap-datepicker
MIT License
68 stars 57 forks source link

Adding support for using this addon inside other addons (engines) #97

Open estshy opened 7 years ago

estshy commented 7 years ago

Current release doesn't allow to use this addon inside other addons as app.bowerDirectory is being hardcoded in index.js. We should switch to solution proposed by author of ember-run-raf initially. It makes it workable in ember addons, especially ember engines.