Davide Ferrero
Davide Ferrero
Fixing typos as specified in issue #356.
I'm using [ember-cli-dotenv](https://github.com/fivetanley/ember-cli-dotenv) for writing my app settings for the different environments but when I run the deploy command, the build output uses always the .env-development settings file instead of...
There’s no way to update the default color after the component is rendered. It can be done using the _did-update_ method from [ember-render-modifiers](https://github.com/emberjs/ember-render-modifiers) add-on.
I'm trying to use radialIndicator without jquery in a project where jquery is used for other purpose and I get this error: > Cannot set property 'radialIndicator' of undefined Inspecting...
I've found the possibility to add the `purpose` property to the icon properties through the issue #627. It would be great if this was documented because maskable icons are now...