Quantcast
Channel: Ember.JS - Latest topics
Browsing all 4826 articles
Browse latest View live

Ember build faield because of broccoliBuilderError

@Oudriss wrote: Hello, I’am on an ember project and I am trying to upgrade ember version from 2.8 to 3.5.0. But since I changed the version and also some several dependencies version I get this error...

View Article


How can I add query params to a JSON:API hasMany request?

@galatians wrote: Here’s my simple model. My API returns JSON:API responses including links properties so that Ember Data knows where to fetch relationship data. models/structure.js: import DS from...

View Article


Image may be NSFW.
Clik here to view.

Ember Component: Adding new class not being updated in the DOM

@DWC01 wrote: UPDATE: Hey all, sorry I will be closing this thread, this was a bug of my own doing. I was simultaneously updating the search list items in a way that my querySelector was finding ember...

View Article

Image may be NSFW.
Clik here to view.

Fail to build ember.js self from source code to dist

@whynot wrote: I have some trouble to build ember.js from source code using ember build. If someone successfully build, please help me. Very thanks. First, I download source code from GitHub 3.5.0...

View Article

scheduleOne('afterRender') in a Controller.init() does not work as I...

@Myrdhin wrote: Hello, My code : // app/router.js import EmberRouter from '@ember/routing/router'; import config from './config/environment'; const Router = EmberRouter.extend({ location:...

View Article


Status of angle bracket components and sub-folders

@erikrothoff wrote: I’m looking for the latest info on how angle bracket components can or can’t be used with components in sub-folders. For example if I today have a components/ui/slidercomponent...

View Article

Did @each changed?

@ofridagan wrote: Hi, I’m pretty sure that in old ember (low 2.x), doing something like function(){...}.property('arr.@each.x') was always “stronger” than doing: function(){...}.property('arr') i.e...

View Article

How can I create arrays that holds some ember data in components

@gdgupta11 wrote: How can I create arrays inside component where I can push some keys when this component is called via template and then reuse this arrays for taking decisions to show something or...

View Article


Links in shadow DOM aren’t routed and transition

@kleinfreund wrote: I’m working on a Discourse plugin (which uses Ember) and noticed the following: Navigation triggered by links from inside a shadow tree aren’t transitioning as they would without...

View Article


How can I update an application route's model from a child route?

@charlesfries wrote: I have 2 sidebars in my application template whose states are determined by boolean values in an object. This object is passed to my application template via the model hook in my...

View Article

Image may be NSFW.
Clik here to view.

How to loop through model to check comparison

@emberhamster wrote: A user adds a new object to the model. Then I want to check if a value already exists in my model, but I don’t want it to include the most recently added object in my model...

View Article

Multiple data stores and model namespacing

@EmberKing wrote: Greetings, Most similar questions are about having the same model connect to different backend apis. What I want to achieve is to have two totally different models with different...

View Article

Why do all my files in Vendor compile without an app.import?

@sorvah wrote: I’ve been trying to pare down my Vendor folder and sort out some redundant libraries in there and I’ve experienced some behavior I don’t quite understand: If I remove the app.import()...

View Article


Async mixins and beforeModel

@CezaryH wrote: Hey, I’d like to ask about approach to issue with multiple mixins implementing async beforeModel. Let me show example...

View Article

Loading data for a route that is not part of the model

@mrjerome wrote: What’s a good way to load data needed for a route but not part of the model? For example let’s say I have a create user route, and the user has a department property. We need to fill...

View Article


Image may be NSFW.
Clik here to view.

404 when route is known, but model is missing

@ryanto wrote: I’ve seen a couple different answers floating around the Internet for this situation. Figured I would ask here to get everyone’s current thinking. I’ve got a router that looks like...

View Article

Model "is a" Relationship

@cgallo wrote: Hi, I am very new to Ember. I have an “associate” model and a “collector” model, which extends associate. Collector is also a subset of associate and no associate can be duplicated in...

View Article


Outdated project without tests - to upgrade or write test first?

@jurgen wrote: I’m working on an Ember app version 2.12.1, which is moderately large and has no tests. The goal for this app in the near future is to upgrade it to 3.x and write some tests for the...

View Article

Can an addon blacklist itself?

@samselikoff wrote: Ember CLI has an API that lets host apps blacklist addons. I’m wondering if Addons have the ability to do this themselves, in certain environments? The motivation for this is say...

View Article

Why are html and templates separated?

@Ben_Glancy wrote: In Ember.js you have this structure where javascript is either in routes, controllers or components, and templates is in the quite separated templates folder or the...

View Article
Browsing all 4826 articles
Browse latest View live