-
I am not sure what repo this issue falls under, I am seeing an issue with exports at top of files now being undefined when they used to work properly on ember cli 1.13.8, it would seem some dependency…
-
```
Unexpected token ']'. Expected ')' to end a argument list.
```
Hi, we updated from 2.6.1 to 2.10.0 and see this error in production (works fine in development and test). Can't track down the erro…
-
`ember-release` matrix failing because of `ember-template-compiler`
`TypeError: Object.keys called on non-object`
https://travis-ci.org/stefanpenner/ember-moment/jobs/122278886
-
Looking at getDescriptionFor, this is used to describe the field, and we have it set to things like username, or First Name.
Looking at the method that has been overridden by ember-intl-cp-validations…
-
The current implementation does not seem to allow for flat-style keys.
Example:
```
{
"login.authenticate": "Authenticate",
"login.forgot-password": "Forgot Password"
}
```
It would be nice…
-
Basically no Ember-related i18n library does allow dots in message keys, but I've found relying solely to `Ember.get` a bit counter-intuitive. Granted, the implementation is simpler, since it's a core…
-
Hi,
There was a hot discussion in the Gitter chat and there is [a nice post on the forum](http://forum.vuejs.org/topic/3896/i-m-going-to-miss-filters-in-vue-2-0) about people missing the `filter` fea…
-
We should add helpers for testing bound Handlebars helpers.
-
What is preferred way by you to use translations with params? Eg:
Should I add a line in template:
``` hbs
{{t 'task.placeholders.byCreator' name=model.creator.displayName}}
```
or should I chose co…
-
In Ember 2.2.0 it seems that classNameBindings are not triggering correctly / as before.
I am using the addon ivy-tabs and the active class is not set on changing the tabs.
I dont think its a bug rela…