Computed Properties not working with server data
@andrew8088 wrote: I can't figure out why my computed properties aren't working, but it seems to have something to do with fetching the data from the server. When the app fetches the data from the...
View ArticleEmber and Keycloak integration
@Nicolas_Laduguie wrote: Hi everybody, My question is quite simple : does anybody know how to integrate Ember.JS and Keycloak (the SSO system) ? We currently face a problem using the Keycloak JS Bower...
View ArticleEvent handler for parent components
@jobsboris27 wrote: Hi there! where set event listener like mouseenter? I want to set it on the parent of my components, which display in loop. Posts: 1 Participants: 1 Read full topic
View ArticlePeek & Filter and live records
@marxsk wrote: My backend gathers all data and returns them in the one response. I have these data properly imported into store and I'm using combination of periodically downloading data and using...
View ArticleHow to make webpage load more automatically
@hbc wrote: I have 15-16 pictures on my index but I want to have a "load more" thing at the bottom of the page that automatically loads more picture when user scrolls down in order to use when I add...
View ArticleCreating a models directory in pods?
@accelerate wrote: I'm using pods, and I'm wondering if there's a way to have a app/pods/models directory where all my models go much like there's a app/pods/components directory? I thought about just...
View ArticleConverting an admin to components
@danielcasler wrote: Hello, I'm wondering if their is a tutorial on how to convert an admin UI into Ember components? What are the best practices? For example, the following UI framework:...
View ArticleHow to store.createRecord().save() without immediately effecting the client...
@v3ss0n wrote: Ember store.createRecord() insert the record immediately into store. It have huge problem when the record is a Real-time shared table on the server , IE , real-time / chat/ shared...
View ArticleProper way to monitor state changes of the records?
@v3ss0n wrote: I am using a service at the backend that push data to store in realtime, via EventSource . While store.createRecord().save() is pushing into backend , it conflicts with client side...
View Article#ember-power-select, How to set a preselected value in ember-power-select...
@Rinold_Simon wrote: There must be a value set in "selected" attribute before typing in search parameter".Can anyone help me to sort this out ? #ember-power-select. It is working with normal...
View ArticleChanging the value in one power-select box , it alternately changes the same...
@Rinold_Simon wrote: I used custom-search-action in #ember-power-select, changing the value in one power-select box , it alternately changes the value(sets the same value as selected in 1st select...
View ArticleNew tab model hook issue
@hbc wrote: Hello, I have a page that has pictures and when you click a picture, a detail page with bigger version of the picture and its content (pic.js) opens. When I was using hard-coded data, I...
View ArticleListen to service events
@Artem_Suschev wrote: Shouldn't it be possible to listen service events? Here is my situation: – we have a service responsible for l10n – we use some components using 3rd party libs for UI elements...
View ArticleWhy does Ember Data sometimes have ObjectProxy or ArrayProxy?
@niamleeson1 wrote: I have an Address model that is like this: addressable: DS.belongsTo('addressable', { polymorphic: true }), country: DS.belongsTo('country', {async: false}), region:...
View ArticleWhy is Ember getting rid of controllers instead of getting rid of routes?
@gattra wrote: It seems like with most MVC's, the router routes to a controller which grabs the model and passes it to a view, then returns the view to the browser. But Ember is now shifting away from...
View ArticleUsing more than one JSON Api URLs
@hbc wrote: I have a page with pictures and when you click a picture it directs you to detail page with bigger version of the picture and its details. I have 2 JSON api URLs. I need to use them both,...
View ArticleObserver Property in component
@jobsboris27 wrote: Hi there! I have a component, that probem https://jsfiddle.net/4tnkdxp9/2/ how set property title when observe other proprety, and display title in view. Posts: 1 Participants: 1...
View ArticleHiring Ember Developer in Toronto
@afingret wrote: Seeking an intermediate or senior Ember developer for assistance with a unique and exciting architectural layout application. The ideal candidate is able to deconstruct and improve...
View ArticleSideloading data within RESTAPISerializer
@techsoldaten wrote: New to the community, hello hamsters! Wondering if anyone can provide some history about Ember's decision to default to the JSONSerializer. I know this became the default with...
View ArticleHow i can use a helper inside a {{ }}
@Alessio_Varalta wrote: Hi, I translate my words with this instruction for example {{lang-helper 'Example'}} My problem is that I have an input with a placeholder field that I want to translate...
View Article