Quantcast
Browsing all 4827 articles
Browse latest View live

Checkbox Component

@andrew1 wrote: I'm trying to create a component that has a checkbox in it's layout using Ember 2.2. I've followed this thread on github and come up with the following solution: export default...

View Article


Question on Ember PODS structure

@harimath wrote: Can using the Ember PODS structure cause any issues while integrating with the Ember engine (RFC) ? What is the recommended structure; PODS or traditional structure ? Posts: 3...

View Article


Caching records when using query to get from the store

@JordanRDesigns wrote: I'm using query to get items from my API, however when I come back to the route that loaded the data from the API I'm seeing a network call everytime. I want to prevent that. So...

View Article

Preferred way to test server errors: acceptance vs adapter tests

@a6ftcruton wrote: I'm currently testing how my ember client handles errors from the server. I'm using ember-cli-mirage to mock out server responses, and this is working fine, but acceptance tests are...

View Article

Send an action from application controller to another controller

@JordanRDesigns wrote: I have a nav-button component that has an action on it, I want to get that action to bubble up to the watch-list controller, but the nav-button component is rendered inside a...

View Article


Run Ember tests in nodejs

@webPapaya wrote: Hey, we're building an ember application and our test suite is constantly growing and growing. We're having 1500+ unit tests which take about 60 seconds to run (without...

View Article

Image may be NSFW.
Clik here to view.

[Beginner] Relationship not working?

@pierred69 wrote: Hi, I write to ask you why can't I get my relational datas in my object. I explain : I created two model objects : a user and an institution. The relationship between both is Many To...

View Article

Routeable Component improvement

@apokinsocha wrote: Hi, first off, Ember is a great framework! I'm no master on the source code of Ember, but it would seem Ember has gone through a process of not only improvement but simplification...

View Article


DS.attr / DS.Transform

@chautelly wrote: I'm attempting to write some DS.Transform classes, but I'm confused about the application of DS.attr. Values do not seem to get converted to boolean or number when using...

View Article


Returning events that have bookings inside

@celo wrote: Hei guys! I'm having a bad time! I need return in my route only events with bookings inside, and i'm trying like this: setupController(controller, model) { controller.set('events',...

View Article

Access ENV at build time (as opposed to runtime)

@gonvaled wrote: I am running: » ember --version version: 1.13.13 node: 0.12.2 npm: 2.14.10 os: linux x64 My application needs to be aware of the STATIC_URL where it is being deployed (which depends...

View Article

How can I save inputs for user generated textboxes?

@Rinchen wrote: Basically, I need to be able to take user input and based on that, create a set of textboxes which can take input and save. I've managed to do the first parts, which is to take the...

View Article

Upgrading from Ember v.1 to Ember v.2

@dchan38098 wrote: Hello, I've got a fully working app built using Ember version 1.8.1 and now I'm looking to transition to using Ember version 2.2.0 along with Ember CLI. However, I finding it really...

View Article


A bit confused with a variety of actions and ways of passing them

@Ivan_Youroff wrote: So currently, while Controllers are still there, the actions can be defined both on Route and Controller. Keeping in mind that Controllers are going to be deprecated, I'm trying...

View Article

Image may be NSFW.
Clik here to view.

Component property not accessible within template

@haggis wrote: Hello, happy new year! I'm trying to access a components property from its template. Howevever {{debugger}} doesn't even list the property. component.js: import Ember from 'ember';...

View Article


Full Time Ember Developer in Toronto

@igardiner wrote: Hi, I have a couple of job openings for Ember developers in downtown Toronto. I am the hiring manager and can give you full details of the position if interested. Thanks Ian......

View Article

Ember-cli with liveload in cloud9

@andrantis wrote: Has anyone got Ember-cli working in cloud9 with livereload? I keep getting GET https://ember-material-andrantis.c9users.io:49152/livereload.js?snipver=1...

View Article


Phantom and Chrome giving different results

@andrew1 wrote: I have a project that I'm testing with Mirage to mock data. The problem is that my tests are failing in Phantom due to a malformed object being returned from normalizeResponse(): not...

View Article

Ember Experts in The Netherlands

@TSDHans wrote: We are looking a new framework for our organization. Ember is one of the candidates. We like to hire somebody that can give our startup with a new framework. Somebody that can give...

View Article

How to access response data from node backend in ember app

@samtes wrote: My node route sends data to the front end router.post("/key", function (req, res, next) { // do stuff here res.status(201).send({ key: "some_value_i_need_in_ember_app" }); }) My...

View Article
Browsing all 4827 articles
Browse latest View live