Handlebars error: Could not find property 'date-picker' on object
vsymguysung opened this issue · 1 comments
vsymguysung commented
I am using ember-cli 0.1.2 and execute the following instructions to install the addon as you recommended.
npm install ember-cli-datepicker --save-dev
ember g ember-cli-datepicker
I got the error saying "Handlebars error: Could not find property 'date-picker' on object...."
What am I missing? Any idea?
vsymguysung commented
I resolved this issue myself.
It appears that I need to copy "app/components/date-picker.js"
to my environment.
Anyway Thanks for the great addon.