Created
April 2, 2016 13:49
-
-
Save jonpitch/215c996a749422e0adc2b8aec93ddf6d to your computer and use it in GitHub Desktop.
Ember Theming - Component
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
import Ember from 'ember'; | |
export default Ember.Component.extend({ | |
theme: Ember.inject.service() | |
// ... | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment