Skip to content

Instantly share code, notes, and snippets.

View martin-hoger's full-sized avatar

Martin H martin-hoger

View GitHub Profile
@martin-hoger
martin-hoger / adapters.application.js
Created October 27, 2016 08:08 — forked from chrism/adapters.application.js
Filtering Async hasMany Relationships
import DS from 'ember-data';
export default DS.RESTAdapter.extend({
namespace: 'api',
//coalesceFindRequests: true
});
@martin-hoger
martin-hoger / application.controller.js
Last active April 9, 2019 09:12 — forked from locks/application.controller.js
Detecting keypress (SO)
import Ember from 'ember';
export default Ember.Controller.extend({
});