-
Debug:
```
DEBUG: -------------------------------
DEBUG: Ember : 2.14.0-beta.3
DEBUG: Ember Data : 2.13.1
DEBUG: -------------------------------
```
Log:
TypeError: Cannot convert…
locks updated
7 years ago
-
- [x] Usage / examples
- [x] Concepts
- [x] Route state
- [x] Actions
- [x] SwitchRouter
- [x] TabRouter
- [x] StackRouter
- [x] MountedRouter
- [x] Differences from the Ember Router
- [ …
-
Is it possible to run ember electron using the debugging tools in VSCode? i.e. to set breakpoints, etc.
eg271 updated
3 years ago
-
I first posted this issue in Ember-Cli because I didn't know where to open this issue but after a discussion on Slack I think it better fits here. I just copy and paste it, the original issue is here …
-
I've just installed the plugin to an existing ember-cli 1.13.13 app, and when I generate a pod or a component I am getting javascript blueprints for the pod itself, but coffeescript for the tests.
I…
-
`transition.abort()` is not currently working as expected. In some circumstances, when the user hits the back button, we prompt the user for unsaved changes. We handle this scenario in a lot of places…
-
I am trying to use ic-autocomplete in an hbs template and I get the error:
Uncaught TypeError: template.buildRenderNodes is not a function
I am using the following:
- Ember 1.13.5
- Ember Data 1.13.…
-
The `publicAssetURL` option to `@embroider/webpack` is supposed to be the full path to where your *assets* -- not your whole **app** -- will get published. It should not assume the path will always in…
-
**Describe the bug**
The bundle size for `2.2.0-beta` almost doubles compared to `2.1.3`.
ember-cli-bundle-analyzer lists the following sizes added to vendor.js
`5.4kb` version `2.1.3`
`10.3kb`…
-
I am trying to toggle a hidden table row using liquid-if. However the toggled row becomes a div on top of the `` element.
I created a jsbin : http://emberjs.jsbin.com/daxav/2/edit
``` handlebars
Cli…