mattmcmanus / atom-ember-snippets

Ember.js ES6 snippets for Atom
https://atom.io/packages/ember-snippets
MIT License
38 stars 22 forks source link

Ember Data v1.13 #11

Closed locks closed 9 years ago

locks commented 9 years ago

note Work in Progress (WIP), do not merge

Started adding the snippets for the new Ember Data v1.13 stuff, like store methods and the new adapter.

JavaScript

locks commented 9 years ago

I think I've got everything, please let me know if I didn't.

seifsallam commented 9 years ago

@locks Awesome :+1:, can you just add queryRecord(type, {query})

locks commented 9 years ago

Should be done :)

seifsallam commented 9 years ago

Thanks for the PR :)