Top "Ember.js" questions

Ember.

Emberjs: Get the current element

I am looking for something that's similar to the this of jQuery. I'm going to list below the code I …

ember.js
npm install fails in jenkins pipeline in docker

I'm following a tutorial about Jenkins pipeline and I can get a "hello world" working under at node 6.10 docker container. …

docker jenkins ember.js npm jenkins-pipeline
How to represent arrays within ember-data models?

Is it necessary to use DS.hasMany pointing to a DS.Model when a model contains an array? Even if …

javascript ember.js ember-data
Access store from component

i have a component and when user click on component it add some value to store,i try to use …

ember.js ember-data
How do I add a separator between elements in an {{#each}} loop except after the last element?

I have a Handlebars template where I'm trying to generate a comma-separated list of items from an array. In my …

javascript ember.js handlebars.js
How to access controller from route in Ember?

Is there any foolproof way to access controller from a route? <a href="#" class="btn" {{action "someAction" user}}>…

javascript ember.js ember-router
Recommended example applications written in Ember.js

Which recent, public, medium-sized Ember.js applications do you recommend for learning about usage patterns by reading its implementations?

ember.js
EmberJS: How to load multiple models on the same route?

While I am not new to web development, I am quite new to to client-side MVC frameworks. I did some …

javascript ember.js rsvp.js
emberjs - how to mark active menu item using router infrastructure

I'm trying to create navigation tabs (taken from Twitter Bootstrap): <ul class="nav nav-tabs"> <li class="active"&…

ember.js ember-old-router
Add class to ember link-to

I try to build a link to a nested route and want to add a class to this link (for …

ember.js