Quantcast
Browsing all 4826 articles
Browse latest View live

Customize adapter to support HA scenario in server

@sunilg wrote: Hi I have 2 server end points in active/standby mode.Ember adapter points to one server. Now if this server goes down, i would like to connect to second server. I tried handling this...

View Article


How do I reset a record's relationships? (related: pushPayload)

@maffews wrote: For performance reasons, I load one record from local storage via pushPayload. This record has both sync and async relationships, and all of the relationships are null after the...

View Article


Need help bringing input masking library to Ember

@msafi wrote: Hi folks, I made this input masking library and I want to make it conveniently available to Ember developers. I need help making an Ember addon that wraps it. The wrapper should be...

View Article

Appending child path in route

@vinamelody wrote: Hi, my Firebase data only has 1 user right now with data structure like this: root { fxJXvLoL9gezsXLOSBc50KqVlb43 { books { -KOJVTFtYUBZA1jWE5ZH: { title: "Some title" qty: 5 },...

View Article

Image may be NSFW.
Clik here to view.

Why the Ember Components does not fetch the data by themself?

@TatzyXY wrote: Hi, lets say I have a user component and I want to display the username on every page.So I need the userdata on every page but if I do this over the route-models I have to fetch the...

View Article


Ember Validations + Semantic UI Validations

@ridermansb wrote: I am using SemanticUI, and it has its own validation mechanism. How to use the two models (semantic ui validations and Ember Validations) together? I wanted Ember Validation execute...

View Article

Full Time Ember Developer @ SuitePad in Berlin

@ElisaMucheyer wrote: SuitePad is a Berlin SaaS company that re-defines the way hotels connect with guests. In the hotel room of the future, you’ll find the guest directory, telephone, remote control,...

View Article

How to transpile es6 of imported bower modules?

@niamleeson1 wrote: Hello, I am running into this error after trying to import the source version of a bower library. https://github.com/puranjayjain/md-date-time-picker Uncaught SyntaxError:...

View Article


How to get the "modelName" of a polymorphic relationship "belongsTo"

@Myrdhin wrote: My models: // Attachment model export default DS.Model.extend({ }); // Image Model import Attachment from './attachment/model'; export default Attachment.extend({ src: DS.attr('string)...

View Article


baseURL deprecation and SCSS assets

@tschoartschi wrote: Hey! I'm trying to fix the baseURL deprecation (see: http://emberjs.com/blog/2016/04/28/baseURL.html). It worked quite ok but I still have troubles fixing the paths for our assets...

View Article

Image may be NSFW.
Clik here to view.

Href="#" in ember-cli 2.7.0 not working

@broerse wrote: href="#" in ember-cli 2.7.0 does not seem to work anymore. Is changing it to href="{{rootURL}}\"the way? github.com/broerse/ember-cli-blog Is this the way to fix the Bloggr # by...

View Article

Testing for Record Equality in Ember Data

@onsmith wrote: Hi, While using Ember Data, I repeatedly find myself needing to test if two records are the same. If the records are both resolved, this is no big deal; however, often one or both of...

View Article

Best way to mamanger Tech debits in Ember Apps

@ridermansb wrote: How do you add and manager tech debits in your EmberApps ? Posts: 1 Participants: 1 Read full topic

View Article


How to change a component based on route or handlebars condition

@odinp123 wrote: Hi Folks, I'm a newcomer to Ember and I feel like I have come quite far on my own. In my attempts to create a 'blog' app I am faced with the following challenge. How do I change a...

View Article

Image may be NSFW.
Clik here to view.

Will Ember Inspector for Chrome stop working next year?

@broerse wrote: I like the Ember Inspector for Chrome on Windows and Mac. Will it stop working next year? Or are extensions no Apps? www.cnet.com Google saying buh-bye to Chrome Apps for Windows, Mac,...

View Article


Image may be NSFW.
Clik here to view.

Ember-cli charts

@Lahari wrote: I am trying to draw charts in ember. This is my link to the question. stackoverflow.com creating chats in ember-cli ember-cli, chart.js lahari on 05:41AM - 22 Aug 16 Posts: 1...

View Article

Ember Fastboot loading route

@bakerac4 wrote: I am working on setting up Fastboot for my project. I have it pretty much all working as expected with minor changes to the app. I noticed that I was seeing my page render from...

View Article


How to capture JWT in the query string?

@ridermansb wrote: I use BaaS (Stamplay) and to authenticate with e-mail/password or with Twitter (or any other) For authentication via email and password, I created a custom auth. And it's working....

View Article

How do I test an ember component that extends from another ember component?

@xwingz wrote: I have an ember component that extends from another ember component. When I try to test the extended component I get an error saying "TypeError: Cannot read property 'extend' of...

View Article

Cannot see embedded properties of model after serialization

@Alex_Lvovsky wrote: Maybe someone can help me with that. I want to get JSON object from the server response.My model "tree" contains root ("child-node"), that may contain more of "child-node" and so...

View Article
Browsing all 4826 articles
Browse latest View live