Skip to content

Instantly share code, notes, and snippets.

@amk221
Last active February 2, 2016 09:44
Show Gist options
  • Save amk221/c129b57f8e6211855555 to your computer and use it in GitHub Desktop.
Save amk221/c129b57f8e6211855555 to your computer and use it in GitHub Desktop.
Component.extend({
didInitAttrs() {
this.set('busyText', this.getAttr('busy-text') || 'Please wait...');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment