Quantcast
Browsing all 4827 articles
Browse latest View live

Save gives ember.debug.js:6838 Uncaught RangeError: Maximum call stack size...

@Frank_Stock wrote: In my controller I have: save: function() { this.get('model').save(); } I can see in my serializer that the same record is being serialized. How can I solve this? Posts: 2...

View Article


Build Times are getting heigher for Babel

@aamirrajpoot wrote: In the past I had posted questions regarding a really huge application. I have been working on that since than. From some time now my build times are very higher. Here are the old...

View Article


Image may be NSFW.
Clik here to view.

Logic behind observers on hasMany relationships

@ilucin wrote: I don't understand exactly how (and when) are observers called on hasMany relationships. Simple scenario. User has many tasks. When I have an observer on user.tasks it seems like it is...

View Article

Computed property (an array) not taking updated value when an item is added

@yogesharora28 wrote: Am working on ember app (1.11) and having an issue with computed property not taking updated value when its updated in code . Code as below (have trimmed down, only showing...

View Article

Is it required to wrap non-Ember Promises (or Rx.Observables, or any async...

@jameslaneconkling wrote: I'm working on an app that relies heavily on a non-Ember library, Falcor to handle API calls. Is it required that all Falcor calls be wrapped in Ember Promises? E.g. if I'm...

View Article


How do I send parts of a page to a printer

@dsv101 wrote: I am needing to generate a report based on some data. However, I want to be able to print off on paper just the report part of the page, excluding the page background, navbar, and...

View Article

Django rest + ember simple auth The authenticator "authenticator:oauth2"...

@Zorig wrote: I use django rest framework and token auth as a backend auth. From backend token comes as this format {token: "cKCxxxxxxxxxxxxxxxxxxxxx"} on the frontend ember-simple auth i use oauth2...

View Article

How to turn on Glimmer 2 on Ember 2.7 beta 3?

@Radoslav_Benes wrote: Hi, is there some documentation how to turn on (or install) and test Glimmer 2 on Ember 2.7 beta 3 (or any other version) Posts: 2 Participants: 1 Read full topic

View Article


Looking for walkthrough / tutorial on complex models (changed in dropdown)

@niconel wrote: Seems one thing I cannot get right is when I have a complex model (say "vehicle" that has a "model" property which is a separate model) What I'm trying to do is have a drop down in the...

View Article


External config file, how?

@kevinkleine wrote: How can I tell my Ember app to require/import an external file with config settings? To be clear, I want my post-build app to look for a simple config file and - if it exists -...

View Article

Ember computed property, load data from store in integration tests

@chucho wrote: Hello, Sorry, I'm new in ember, and I have a problem with the tests. This code, work perfectly in development: filteredLists: Ember.computed('currentUser.lists.@each.current',...

View Article

How to change a view if state is equal to

@BobrImperator wrote: Hello, there I've recently started learning Ember.js , and I'm writing a game "hangman".I'm having trouble with Ember.js's templates, I have a "state" defined inside component,...

View Article

Embedded records on GET only

@Bauke wrote: Using the EmbeddedRecordsMixin, I've create a serializer for a certain model and added embedded: 'always' for all its relationships. It works! When I send a GET request to the server, I...

View Article


Add On Advice - "Huge Data" listing, paging, search

@niconel wrote: Hi,I asked before but parked the issue until I figured out the show stopper (first ember project ever) In a nutshell, I'm looking for a component / addon that list data like jquery...

View Article

How to do config changes after build

@Rick_Meertens wrote: Hi, Is it possible to do config changes after a build? Do I need to edit the formatted generated meta tag? Cheers,Rick Posts: 1 Participants: 1 Read full topic

View Article


How to add a custom font?

@Rick_Enciso wrote: So I'm trying to create a bootstrap custom build without all the components, I downloaded a sass bootstrap copy and plug it into my css, everything works nice except for the...

View Article

Want to learn Ember - concerned about native mobile apps

@rsd3v wrote: I just spent half an hour on the Quickstart of Ember. It felt very similar to Rails, and I'm not complaining at all. I actually found it quite pleasing after trudging through Angular 2...

View Article


Computed model change

@Rashe wrote: I have a computed compare: Ember.computed("model", function() { return this.get('somevalue').getData(this.get('model')); }) And service getData(content) { let store = this.get('store'),...

View Article

Refresh current route's model from application template

@davidpmccormick wrote: I want a reload button to appear at the top of every page in my app, so I think it makes sense to have the UI for it in the application.hbs template. The purpose of the button...

View Article

Access store inside component

@ghoshnirmalya wrote: I've the following code: export default Ember.Component.extend({ store: Ember.inject.service(), types: [ 'Task', 'Discussion', 'Note' ], projects: this.get('store').find('user',...

View Article
Browsing all 4827 articles
Browse latest View live