oskarrough/ember-date-fns

how to import format into a controller

supersabillon opened this issue · 2 comments

Thanks for providing the format helper, is there a better way to import the format function to a controller or should I do the same line you have in the dummy app: import format from 'npm:date-fns/format';?

If you want the format function from date-fns I would do exactly as you suggest, using ember-browserify.

Closing. Feel free to reopen if there's anything.