-
Not sure if this is the bug in `ember-intl` or Intl polyfill. I'm posting it here and if needed, will report upstream.
This is what I've got:
Template:
``` handlebars
{{format-date date format="mon…
-
In ember-locales/app/initializers/i18n.js file, around line 32, the argument 'module' is received as null, so the assertion doesn't run and the code fails to continue. I'm not sure why the argument is…
-
The format-time helper fails unless you give it a valid timestamp. So I've put it inside a conditional block that should prevent it from being called when the timestamp is not present. But my template…
jpaas updated
9 years ago
-
there is no country code when binding value.
mxaly updated
9 years ago
-
observable in rc1
-
`ReferenceError: Can't find variable: Intl`
As seen on my website: http://www.jordanhawker.com/posts/117025334671
I don't ever reference Intl as a global, so I am guessing it's an internal error.
h…
-
In [ember-can](https://github.com/minutebase/ember-can) we've got a helper which expects to receive `env` but since Glimmer merged it no longer is.
The is [defined as so](https://github.com/minutebas…
-
Hi there !
I'm using ember-intl on one of my project and found a small bug under IE10 and IE9.
My hbs file is :
``` hbs
{{format-date news.publicationBeginDate format="date-style"}}
```
And my for…
-
I can't seem to figure out how to use translations in my route code. I didn't see anything in the README on how to do it properly so I dug through the code and as nearly as I can tell, I should be usi…
thadd updated
9 years ago
-
I'm having the following error with the inspector when I use it on my (very bare thus far) app. I'm new to Ember so it may be something I'm doing wrong, but given the app is behaving as expected, I'll…