Created
August 26, 2016 16:29
-
-
Save maletor/e113181c309118b45426bfec200da610 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
// app/services/invite.js | |
recommendationsFromStore: Ember.computed(function(){ | |
return this.get('store').findAll('pymkRecommendation'); | |
}), |
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
// app/components/people-you-may-know.js | |
export default Ember.Component.extend({ | |
invite: Ember.inject.service(), | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment