Created
October 24, 2016 21:11
-
-
Save hvgotcodes/de2d648c97e3d16c599af0f6c39dcf1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model(params) { | |
const stuff = this.modelFor('other.stuff'); | |
const filter = params.filter; | |
return { | |
stuff, filter, | |
}; | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment