Skip to content

Instantly share code, notes, and snippets.

@ivanvanderbyl
Created December 8, 2015 05:16
Show Gist options
  • Save ivanvanderbyl/b8fd89a0f6bc2db8a9fa to your computer and use it in GitHub Desktop.
Save ivanvanderbyl/b8fd89a0f6bc2db8a9fa to your computer and use it in GitHub Desktop.
import computedStyle from 'ember-computed-style';
export default Ember.Component.extend({
style: computedStyle('backgroundStyle'),
backgroundStyle: {
backgroundColor: "red",
},
attributeBindings: ['style'],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment