Difference between action and closure action
@chiholiu wrote: I was wondering what the differences are between action and closure action, but more importantly is when do we use action or closure action. Posts: 1 Participants: 1 Read full topic
View ArticleAutomatic fetching data with name-convention
@Panx36 wrote: I am building a smarthone app to learn ember. A user got households which got rooms and so on. When I click on a user I want to show his households and after that I want to click on a...
View ArticleEncountered "categories" in payload, but no model was found for model name...
@Aneh_Thakur wrote: Hi i get this error “Encountered “categories” in payload, but no model was found for model name “category”” Data I get from the API:- { "categories": [{ "id": 6737, "category_id":...
View ArticleClick and load on same page
@navlan wrote: Hi, How can I click on button and then display a box on same page? for example, I have a DIV that it is hidden in a template by IF condition, as long as parameter == false. Then I would...
View ArticleError re-adding a previously-deleted record
@midget2000x wrote: When trying to add back a record that was deleted from the store with destroyRecord() I get this error: Attempted to handle event 'loadingData' on <saveditem:4139> while in...
View ArticleBinding JQuery events after the template is rendered
@Mehak_Fatima wrote: Hi guys, I am trying to bind jquery events to the HTML elements in my template once the template has rendered. The only hook I can find is the init() hook in template, there is a...
View ArticleCould not start watchman / Linux Mint
@MrChriZ wrote: I’m using ember on Linux Mint. When I start ember s I get the following message: Could not start watchman Visit https://ember-cli.com/user-guide/#watchman for more info. However… the...
View ArticleEmber + JsonAPI - How to correctly handle relationships?
@sim085 wrote: Hello I have a Post object which has zero-or-more Comment. My API looks as follows: { "data": { "type": "post", "id": "1", "attributes": { "title": "Hello World" }, "relationships": {...
View ArticleNode 'fs' issue
@sapana wrote: Hi, I installed fs in my app by using this commnad npm install fs --save and in my model take reference of fs like import * as fs from ‘fs’; error is: Couild not fine module ‘fs’...
View ArticleHow to implement an Event Quere
@william.fisk wrote: I am writing a game application with an event queue. The idea is that the event queue is polled every second and if there is one or more active events then we take the first one...
View ArticleHateoas with Ember Data
@deley wrote: Hey Guys, Does anyone have any example of hateoas with ember data? I’ve tried to map this json with a model: { “meta”: { “total-pages”: 13 }, “data”: [ { “type”: “articles”, “id”: “3”,...
View ArticleEmberjs embedded records with firebase not working
@Richard_Price-Jones wrote: I’m trying to add embedded records into fire base with the ember fire adapter without any luck. So I’ve got a post and a comment I would like it so it’s looks like this in...
View ArticlePossible to filter files in addon?
@Craig_Setera wrote: I’m aware of the broccoli-file-remover build plugin and would like to apply it to (at least) one of the addons we are using in our application. In this particular case,...
View ArticleMaking clicked button look active and other inactive
@chardskarth wrote: There’s an existing similar question. But the difference is that I want to implement each button in a single component unlike the other’s implementation where he has a single...
View Article[Feedback needed] My solution for having a generic button with success and...
@bsylvain wrote: I am still a beginner in Ember and I am currently looking to make a generic button component with multiple states. I want the button to reflect the “waiting” status of an action, and...
View ArticleHow to have Code coloration?
@bsylvain wrote: When I post code on this forum, how do I make it so that I have syntaxic coloration? It seems preformated text is not enough. Posts: 2 Participants: 2 Read full topic
View ArticleUpgrading from 2.12 to 2.17 with error: Could not find module ember-resolver
@Garrick wrote: I’m upgrading from 2.12.2 -> 2.17 and I don’t know the cause of the error: "Could not find module ember-resolver imported from my-app/resolver". I was using ember-cli-update to do...
View ArticleOur development team seems to follow none of the "conventions" in the ember...
@Rup1 wrote: I’m a beginner going through the ember guides hoping to understand how my company’s ember app works. The main idea behind ember is “convention over configuration” yet for every convention...
View ArticleWhat are the main pain points when working with EmberJS?
@krnbatta wrote: While working on Emberjs, what are the main problems that a developer might face? How do other frameworks overcome, if so? What are the limitations of Emberjs? And specifically, what...
View ArticleEmber loading substate not working from addon
@BlueRaja wrote: I have an Ember addon that is npm linked with a project. If I create the file app/pods/application-loading/template.hbs in the addon, the loading HTML is not rendered from the...
View Article