Accessing model's data from beforeModel
@JimParsons wrote: We’re trying to delay the time taken for the model to render. But only the data from the model() is displayed. How to access the data from the beforeModel in the route ? Screen Shot...
View ArticleWhat is the best resource to go to the 'next level'?
@Abuelo wrote: I feel like I’m in a weird position as an aspiring Ember developer at the moment. I’ve done my first app (it turned out to be way bigger than expected obviously!) and I have a good...
View ArticleDynamic segments using Model's Data
@JimParsons wrote: I’m trying to access the model’s data using the dynamic segments. How to go about this ? Can the data that is present in the route’s model can be accessed here with the :/id url ?...
View ArticleEmber update not updating to latest version of branch
@jezra wrote: I’m am still trying to get my project to stick with the LTS channel. currently, according to https://emberjs.com/builds/ the LTS version is 3.4.7 However, when I try ember update --to...
View ArticleDS.store - Fetching and Handling data
@JimParsons wrote: Can someone please elaborate on how to use the store with an example ? As in, how to put a model into the store, how to retrieve it using an ID ? How to define the attr in the...
View ArticleHelp finding how logger, Test.adapter.exception and onerror have changed
@samselikoff wrote: I’m upgrading an app from 2.18 to 3.4 and I could use some help finding how the following methods have changed: Ember.Logger.error Ember.Test.adapter.exception Ember.onerror I’m...
View ArticleAbout the Community category
@jessica wrote: (Replace this first paragraph with a brief description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you...
View Article“I contribute to Ember” with Frédéric Soumaré
@jessica wrote: Hello folks and welcome to the first edition of the interview series “I contribute to Ember”, presented by the folks at The Ember Times This week we’d like to highlight the work of...
View ArticleRoute willTransition deprecation, new patterns?
@ffaubry wrote: Hello, I have a question related to https://emberjs.com/deprecations/v3.x#toc_deprecate-router-events The recommended way is to attach to router events in the init. This leaves me with...
View ArticleTypescript bundling format for dependencies of addons
@Scott_Newcomer wrote: Open ended question - here is a Typescript dependency that I have included in a few addons. It is very simple. Publishes a umd format dist and that is it. Is there anything else...
View ArticleBundling deps with ember-browserify vs. ember-auto-import
@Scott_Newcomer wrote: I am updating a large application with many third party dependencies to use ember-auto-import. After solving some smaller issues (“fs” imports and webpack), I am now running...
View ArticleSort and Filter
@Rossi_Rasloff wrote: i have created a small SPA with Ember as Frontend getting the Data of a Laravel Backend via REST API. But is the code best quality ??? is it clean code ??? or can I improve it...
View ArticleJquery with Ember
@brocolliInDB wrote: [Current Ember CLI version 3.0.0] As far as I know, Ember is currently working on removing jquery dependencies on Ember framework. Here is my question. What if I cannot be apart...
View ArticlePass Data when transitionTo another Route
@Parsek wrote: Hi Everyone, Recently, I started to use EmberJS., and today I cam across a problem in which i can’t seem to workout the solution. I have 3 Routes. One is the Parent and two are the...
View ArticleUpgrade from 2.12.2 errors
@patrick.whittell wrote: First time attempting to update the Ember framework, working through the errors, getting stuck with this one { Error: ENOENT: no such file or directory, stat...
View ArticleTrouble passing a yielded hash to a contextual component
@samselikoff wrote: Say I have a <DropdownList> component that can be used like this: <DropdownList as |List|> <List.item> Menu A </List.item> <List.item> Menu B...
View ArticleCSS size getting bigger
@brocolliInDB wrote: Hi . I wondor this issue. My project is quite big so, css is currently apart from source code with a certain addon and it is managed separately with source code. Also source code...
View ArticleComputed Properties
@JimParsons wrote: Say, there’s a array of objects I return from the route’s model. How to set the computed property for each of the object by iterating it ? Also, how to use the computed property in...
View ArticleRoute vs Controller
@JimParsons wrote: If I pass the data from the Route’s model as well as the controller, which of them will be used? Say for example, I pass value=A from route and value=B from the controller and when...
View ArticleI am not able to create even a basic table using ember-table latest version
@Omed wrote: https://opensource.addepar.com/ember-table/latest/docs/quickstart I have follwed the above documentatiom but not able to create table. shows error in column definitions. Can anyone show...
View Article