elwayman02 / ember-tumblr

Ember-Data abstraction for the Tumblr API
http://github.jhawk.co/ember-tumblr/
MIT License
7 stars 1 forks source link

Compile Error: format-date is not a helper #173

Closed MrChriZ closed 6 years ago

MrChriZ commented 6 years ago

Unless I use formatDates=false I'm getting an error Compile Error: format-date is not a helper

This is with Ember 2.18 tested in an otherwise empty project.

MrChriZ commented 6 years ago

Ah I needed to install ember-intl first. Can ember-tumblr not install it as a dependency?

If not should formatDates not default to false?

elwayman02 commented 6 years ago

I agree that it should default to false, I just hadn't gotten around to changing it since it could be fixed manually. I'll put that on my list to address soon!