-
# 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…
-
Currently referencing https://guides.emberjs.com/v2.4.0/ should be https://guides.emberjs.com/v2.5.0/ during cohort 011.
gaand updated
7 years ago
-
e.g. in the example given in the code comments, the `this.count` is not updated in the template...
https://github.com/emberjs/ember-render-modifiers/blob/master/addon/modifiers/did-insert.js#L29
…
-
The latests versions of EmberJS are deprecating the use of EmberObject and Ember computed properties to use native ones instead. This could be a good improvement, also if we think in making it easier …
-
The goal of this issue is to write some new tests or modify existing tests to improve coverage. There have been a series of routing bugs that may be related, and improved test coverage may have been a…
-
Ember's component blueprint will nest components under the `app/components/` directory. However it's also valid Ember to place components directly in a pod folder under the `app/` root.
Both of the…
-
Setelah itu, tambahkan dokumentasi mengenai cara setup awal emberjs. Anda membahas mengenai EmberJS, but saya tidak melihat Anda menunjukkan cara Anda mensetting up project, but yang ada adalah anda b…
-
The APIs which the benchmark uses to create a router appear to no longer work. At first blush, It appears that its the lack of a container with properly registered dependencies. When running the `link…
-
This issue involves more than just simply replacing syntax, but instead requires understanding what this new capability offers and determine what parts of the component implementation should/needs to …
-
On https://api.emberjs.com/ember-data/3.16/classes/Model the `uses` field links to
https://api.emberjs.com/ember-data/3.16/classes/EmberData.DeprecatedEvented which doesn't exist.