Quantcast
Channel: Ember.JS - Latest topics
Browsing all 4826 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Mimicking the Facebook app's infinite stack in Ember.js

@willviles wrote: Ember routing works nicely when working with strict linear paths of resources. However, it's becoming more prevalent in mobile design for apps — such as the Facebook app — to use...

View Article


Controller inheritance

@celo wrote: I am using the following code in EVERY controller: panels: Ember.inject.service(), isOpen: Ember.computed.alias('panels.isOpen') If i delete from all controllers and put only in the...

View Article


Accessing the store from qunit

@kgish wrote: Id like to create a simple test that visits a given page, scans a list of items and compares the number of items with the number of records in the related store. I know that I could use...

View Article

JsHint errors only reported once

@ofridagan wrote: Hi, Is this normal that all jshint errors disappear after fixing one of them, for example? Restarting 'ember server' doesn't help. How do I see the error again? thanks. Posts: 1...

View Article

Change adapter at runtime

@acero wrote: Hi, I want my app to work online and offline, if I am online I want to persist data on rest server, if offline to local storage. So for the same model can I change adapter based on...

View Article


Given an id how can I get the next/previous of a recordset relative to that id?

@kitsunde wrote: I wrote some really awkward code earlier which basically filters through each item in the recordset on some condition and then selects the edge one. export default...

View Article

QUnit acceptance tests failing while loading

@kgish wrote: My acceptance tests are failing because they do not wait for the page to be loaded. Instead, they prematurely capture the moment that the loading page appears, so any find() call will...

View Article

Idiomatic components and data awareness problems

@spectras wrote: I have been developping with Ember for a couple of months now, embracing the component approach as much as possible and looking forward to the landing of routeable components....

View Article


Re-routing in a server-side rendered application

@pyro240 wrote: I posted this question on Stack Overflow already but maybe I wrote too much text or something. If this topic does not fit into this forum I apologize. So I have this legacy web...

View Article


Ember normalize response `undefined` fields

@teckays wrote: I'm extending the JSONSerializer in order to fit my server response which looks like this: { "result": { "items": [ { "id": "...", "title": "...", ... }, ... ], "total": number, "...":...

View Article

OpenID Connect with Azure AD using Torii

@genwip wrote: I'm trying to create a custom Torii provider for AzureAD OpenID Connect. I'm getting "Error: The response from the provider is missing these required response params: id_token" am I...

View Article

How to properly get informations depend on Component itself?

@nightire wrote: I know DDAU, I know Components should not mutate data it receives, but what if data comes from Component itself? How should I properly set them and pass them to other components?...

View Article

Frustrated on starting a project

@Frank_Stock wrote: Every time I want to start again with Ember I am running into trouble. I've created a new project with Ember-cli (1.13.13). Then I tried almost every version of Materialize,...

View Article


How to hide sidebar in errror state

@celo wrote: I would like to know if is possible to hide my sidebar in my application template in my error state. I have in my application: <aside class="sidebar"> </aside> <main...

View Article

How to listen to any action sent by a component?

@troesmam wrote: Suppose that there is a component "my-component" that is sending (this.sendAction) two actions "foo" and "bar". There is any way that a parent component ("parent-component") to...

View Article


Setting component property

@tsatsmt wrote: Hi, Here is my scenario. I have an external component that slides multiple instances of a component contents within. More like a carousel with only one pic in view. example:...

View Article

Image may be NSFW.
Clik here to view.

App wide error handling

@workmanw wrote: I'm curious how others deal with global error handling in your apps. I'm nearing the point of creating in-app error classes for various types of application errors (AppAjaxError,...

View Article


Checking all checkboxes

@celo wrote: I'm using the following code to check all my checkbox in a table: check: null delete: Ember.computed 'model.@each.checked', () -> count = 0 result @get('model').forEach((item) => if...

View Article

Verify that Ember can talk to the backend

@hmblcodr wrote: I'm working on a large Ember project and am at the point where it's hard to track whether the backend and frontend work together correctly. Both the frontend and backend have unit...

View Article

Cannot create instance-initializer

@Yaroslav_Poliakov wrote: Hi all! I'm trying to create instance initializer via cli according to docs: ember g instance-initializer oauthio But there is no such blueprint. What I'm doing wrong? P.S....

View Article
Browsing all 4826 articles
Browse latest View live