Skip to content

Instantly share code, notes, and snippets.

@amk221
Created November 23, 2015 09:53
Show Gist options
  • Save amk221/34fc683e03121ebced6c to your computer and use it in GitHub Desktop.
Save amk221/34fc683e03121ebced6c to your computer and use it in GitHub Desktop.
import Controller from 'ember-component';
import { birthDateStrFor } from 'pods/user/utils.js'
export default Controller.extend({
user: null,
str: birthDateStrFor('user')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment