Quantcast
Browsing all 4827 articles
Browse latest View live

Access target property of select box

@mahaniff wrote: hi guys Can anyone guide me on how can i access the target properties value field in an select box onchange event? Posts: 1 Participants: 1 Read full topic

View Article


Model aware component and tests

@nkamennoff wrote: I'm quite new to the ember community, and I have created a component that generates its content base on a given DS.Model object : // templates/test.hbs {{my-component...

View Article


Facebook Analytics

@Fortiz2305 wrote: Hi, Does someone know what is the cleanest way to integrate Facebook Analytics (Facebook JavaScript SDK) with Ember? Some options: Write the Javascript code in a file and then...

View Article

App.import sequence of different addons

@ykaragol wrote: I've 2 different addons, say x and y.x depends on y and y depends on ember-bootstrap. x has a style file, under vendor directory, that overrides some bootstrap styles. How can I...

View Article

Image may be NSFW.
Clik here to view.

Ember-Data: InnerObject has EmptyObjects - whats not true

@dizip wrote: Hi, Recently, I started to learn Ember-data and I'm writting an application with very custom API. Response from Back-end is in bad format, so i normalize it to JsonApi via method...

View Article


Ember-data store not reread

@portugaleren wrote: I have the following code: model() { return this.store.findAll('category').then((categories) => { return categories.sortBy('name'); }); }, Data is read and sorted the first...

View Article

Prevent list render from scrolling to top of page

@akaravashkin wrote: please ignore (edited) Posts: 1 Participants: 1 Read full topic

View Article

Sum nested hasMany

@kdiggett wrote: For the life of me I cannot figure out how to sum nested data using asynch Ember models. I have a model called Treatment which hasMany Fees. I created a computed property on the model...

View Article


Sass and less in ember-cli?

@em.b wrote: I have some sass/scss files that I want to use alongside a less-based UI library (SemanticUI). ember-cli dies when it attempts to run both the ember-cli-sass and ember-cli-less...

View Article


Ember app...too fast?

@midget2000x wrote: I've been building my app in fastboot and am running into a good kind of problem - the app is so fast it's sometimes hard to tell that something has happened when an interaction...

View Article

Load data to SelectBox based on the onchange event of another selectBox

@manojpnx wrote: Hi Guys, i have two selectboxes and i want to load data to the second selectbox based on the selection i made on the first selectbox. as i am new to ember i find it difficult to...

View Article

Creating serializer dynamically

@zardaloop wrote: Here is the issue I have when I call ds.store.query my server returns data like this : { "Job": [ { "Customer_Name": { "Primary_Key": "Customer1", "Contact": "Contact 1" } } ]} but...

View Article

Image may be NSFW.
Clik here to view.

How can I load any json from my page?

@GELight wrote: Hi, I try to load a json file with an ember adapter + model but my json call failes with an error. This is my code within my findRecord method in my application adapter:findRecord:...

View Article


Issueing a POST and receiving no id back

@nacho wrote: I'm implementing an app that uses our own API. In this API, authentication is based on a POST query to a certain URL with basic authentication that returns a couple of tokens that will...

View Article

Node + Ember-Cli + Authentication(JWT) Tutorial needed

@AppRoyale wrote: Hi community, I am desperately looking for a fully covered tutorial or example app of how to build an application that covers Ember-Cli interacting with a Node Server to achieve...

View Article


Issues after upgrade to ember 2.12

@woprandi wrote: Hi, I upgraded to ember 2.12 and some of my tests don t pass any more. I use ember-intl and ember-simple-auth addons and dependency injection (session and intl) throw an Error :...

View Article

I need to extend serializers/application.js in others serializers?

@ginolon wrote: Let's say I have this serializers/application.js: import Ember from 'ember'; import DS from 'ember-data'; export default DS.JSONAPISerializer.extend({ keyForAttribute: function (attr)...

View Article


Handling 404 Error in Ember with location type set as "hash"

@Kuka_123 wrote: I have created a route called "page-not-found" in my ember application to catch all error routes. It is working fine when I type something erroneous in the URL like...

View Article

Computed property from controller to component doesn't work

@johnunclesam wrote: Here is my code on EmberTwiddle: https://ember-twiddle.com/cc6b2ef203c68c272ad29f460aca5432 I'm trying to set a computed property in a component on a property that changes in a...

View Article

Handle two or more properties in just one computed property

@johnunclesam wrote: My code is here: https://ember-twiddle.com/b894cec64a1d78a71e15b642d512cfcf I need to use this computed property: "postsFiltered" with both Category and Search but when I change...

View Article
Browsing all 4827 articles
Browse latest View live