Skip to content

Instantly share code, notes, and snippets.

@allthesignals
Last active November 27, 2017 15:16
Show Gist options
  • Select an option

  • Save allthesignals/ede558928a6baaa5d7ee44ef20e5ba23 to your computer and use it in GitHub Desktop.

Select an option

Save allthesignals/ede558928a6baaa5d7ee44ef20e5ba23 to your computer and use it in GitHub Desktop.
import Ember from 'ember';
const { service } = Ember.inject;
export default Ember.Controller.extend({
date: service(),
queryParams: [‘date.dateFrom’, ‘date.dateTo’]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment