Skip to content

Instantly share code, notes, and snippets.

@amk221
Created November 4, 2015 09:04
Show Gist options
  • Save amk221/da7a4224c35011cc58ba to your computer and use it in GitHub Desktop.
Save amk221/da7a4224c35011cc58ba to your computer and use it in GitHub Desktop.
Component.extend({
didInitAttrs() {
console.log(this.get('text')); // Save
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment