Quantcast
Browsing all 4826 articles
Browse latest View live

jQuery's ajaxError global event fires in prod Ember app but not in dev

@eduran wrote: I have an Ember app that is part of a bigger Web application (ASP.NET MVC) and one of the many scripts the Web app loads (e.g. myapp.com/shared/ajax.js) defines a handler for jQuery's...

View Article


Migration path for views extending Ember.Checkbox

@kbullaughey wrote: In Ember 1.13.x, Ember.Checkbox extends Ember.View while in 2.x it extends Ember.Component. I have a 1.13.x app that uses a customized radio input that is extending Ember.Checkbox....

View Article


Using `addon/index.js` in ember-cli 2.3.0

@nullnullnull wrote: Previously, when I've defined a my-addon/addon/index.js, I could then do import myAddon from 'my-addon'; and get whatever I exported from my addon's index.js. Unfortunately, this...

View Article

Why is the default adapter JSONAdapter?

@niamleeson wrote: Hello, What is the difference between JSONAdapter and RESTAdapter? Why was REST default before 2.0, then changed to JSON? Thank you. Posts: 1 Participants: 1 Read full topic

View Article

Ember 2.3 Routes as Controllers

@Deepak_Negi_Sunny wrote: Hi All, This is the case when we are shifting from Ember 1.x to 2.3. As mentioned Controller will be deprecated soon. Routes will now be acting as controllers too....

View Article


What is the Ember way to handle muultilingual apps?

@mtangoo wrote: As he heading says what is standard and if none then the famous way to go? I'm talking of Client side strings Posts: 2 Participants: 2 Read full topic

View Article

Monitoring pending AJAX requests

@fguillen wrote: I would like to inform to the User when there is a pending request on going. The first idea is to display a spinner when there is some pending request, but also would be a nice idea...

View Article

Ember command error: "Cannot find module 'strip-ansi'"

@fguillen wrote: Everything works perfectly in my development environment but when I go to my production server ember command is not working and is returning always the same error: $...

View Article


Keeps what is yielded for later use in a component

@GCorbel wrote: Hi, I'm contributing to https://github.com/piceaTech/ember-rapid-forms and I want to do something like this : {{#em-custom-input label="example"}} Something {{/em-custom-input}} This...

View Article


EmbeddedRecordsMixin for JSON:API data structures?

@Craig_Setera wrote: I apologize for the repost on this one, but I've run out of ideas and my hope was that posting under a more appropriate title at this point might help find the right answers from...

View Article

How to use ember with mongodb and node

@DevGuy wrote: Hi all I am in the process of learning to code with emberjs, and want to understand how to read and write to a mongodb server. Can anyone point me to something current that shows how to...

View Article

Npm is upgraded but ember-cli tells different

@Hao wrote: I upgraded npm to 3.x as you can see. But when I check "ember version", the npm is still the old version 2.x. Is this a problem? $ whereis npm npm: /usr/sbin/npm /usr/local/bin/npm $ npm...

View Article

Is there any todo application example without using ember controller?

@anaspm wrote: Is there any todo application example without using ember controller???. I dont know how to edit ,update and delete and select all todo Posts: 1 Participants: 1 Read full topic

View Article


Baseline performance of rendering components is "slow"

@erikrothoff wrote: This is a topic that might have been discussed to death, and I might think that my case is slightly different, when in fact it isn't. If so, feel free to close this thread with an...

View Article

Render into a template before attempting to resolve model

@JordanRDesigns wrote: So we're seeing this thing happen where we attempt to load an items template that calls our api endpoint via ember-data in the model hook to get items, this will then loop over...

View Article


Model computed property to json

@acero wrote: Hi people, I compile some handlebars during runtime and want to send JSON data in. What I need is serialized computed properties of a model. For example I have "quantity" and "price"...

View Article

Image may be NSFW.
Clik here to view.

Am I Using Express with Ember "right"?

@mathshane wrote: Hello Ember community. I am new to Ember after deciding Angular 2 is too freaking weird and unattractive. I am developing a full-stack app using Ember and Express. My file structure...

View Article


[SOLVED] How to resolve: Encountered a resource object with an undefined type

@DevGuy wrote: Hello, I am not sure what this error is telling me and most of all how to go about fixing it. Error while processing route: index Assertion Failed: Encountered a resource object with an...

View Article

Could someone show me the way data should flow in an Ember 2 app using...

@rssfrncs wrote: I'm looking for preferably a flow diagram which explains the way that data flows around an Ember 2 app using components. When I was looking into frameworks I found React' Flux very...

View Article

Exchange of datas in ember

@dkdrk wrote: Hi!!! Am working on ember v2.3.0.... Am designing an app where i get datas from the user in one route and printing it in the another route... Am stuck with this... Posts: 1 Participants:...

View Article
Browsing all 4826 articles
Browse latest View live