Skip to content

Instantly share code, notes, and snippets.

@wycats
Created July 8, 2015 16:17
Show Gist options
  • Save wycats/8b52a5a81f67f8df43c5 to your computer and use it in GitHub Desktop.
Save wycats/8b52a5a81f67f8df43c5 to your computer and use it in GitHub Desktop.
Fork of my-twiddle
export default Ember.Controller.extend({
appName:'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1><br><br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment