-
I encountered this bug in my own app running Canary (`1.13.0-beta.1+canary.5ff3d02e`), and have reproduced it below in a JSBin.
http://jsbin.com/mepasu/edit?html,js,output
In the above JSBin, there …
-
# EmberJS-Leveling-up-plan
Create a [new issue](https://github.com/ekumachidi/Ember-Ramp/issues/new) to make your own checklist.
# EMBER JS - Leveling Up Plan
This plan requires an 80hours c…
-
I was going to use liquid-fire in addition to Semantic-UI in an `ember-cli` project to handle route transitions and such, when I noticed that loading templates are no longer working. Quick breakdown o…
-
### Outline
The goal of this task is to create a ready to use EmberJS template for [Embark](https://embark.status.im/docs/). The template should have:
* The necessary packages in package.json fo…
-
## steps to reproduce:
1. `grunt`
2. search `dist/ember-widgets.min.js` for `Ember.Handlebars.compile(`
## expectation:
in the minified build all templates to be precompiled, so that only the handleb…
-
For the cli-guides we should show the ember-cli logo in the top left just above the TOC.
As we are using guidemaker for the ember-cli guides we will need to make this a configurable feature of…
-
Due to this deprecation:
```
DEPRECATION: registerPlugin is deprecated, please pass plugins directly via `compile` and/or `precompile`. [deprecation id: template-compiler.registerPlugin]
…
-
Maybe related to having Ember moved away from bower_components, but it's throwing this error:
```
Error: Cannot find module '/bower_components/ember/ember-template-compiler'
```
```
at Class.…
-
Installing this addon on Ember Octane does not work. Is there any plan to make it work on newer versions of ember?
```
⠹ building... [broccoli-persistent-filter:TemplateCompiler > applyPatches]DEP…
-
related to #63
```
ember init
ember install ember-mobiletouch
```
``` js
// app/components/my-component.js
import Ember from 'ember';
import VerticalPanMixin from "ember-mobiletouch/mixins/vertical-…