-
I have tiny component:
```
import Component from '@ember/component';
import { inject as service } from '@ember-decorators/service';
export default class Switcher extends Component {
@serv…
-
Hi,
It seems that there is no [ember-i18n](https://github.com/jamesarosen/ember-i18n) support.
For example, with `columns`:
```js
import { translationMacro as t } from 'ember-i18n';
// ...
colu…
-
Thanks for this project, it's awesome to not have to have @machty 's source just copy/pasted into our project anymore.
We originally modified the gist just slightly to allow automatically providing a…
-
I recently bumped ember-template-lint from v4 to v5.
I ran yarn ember-template-lint tests/ --fix and it formatted all embedded templates in our test files.
Before the change, our test code looke…
-
Here is how the date-picker is defined in a component:
```
# templates/components/holiday-hour.hbs
..
{{bootstrap-datepicker value=holiday.date class='form-control' autoclose=true language=c…
-
https://github.com/jamesarosen/ember-i18n
This library has been deprecated in favor of ember-intl.
https://github.com/ember-intl/ember-intl
-
Hi there,
We've been using ember-exam in our project for a while, and it's worked great. However, recently we also began using `ember-i18n` and have noticed that some of our tests began to fail with …
-
Use [ember-i18n](https://github.com/jamesarosen/ember-i18n) to map an error code to the error message.
-
Current file:
```
/* global require, module */
require('dotenv').load();
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var BroccoliSpritesmith = require('broccoli-spritesmith');
var sp…
-
Hey,
I'm in the midst of developing my first addon. When searching for resources that help you get the job done, it is mostly the section on https://ember-cli.com/extending/#developing-addons-and-b…
gossi updated
6 years ago