Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created December 16, 2015 17:36
Show Gist options
  • Save jpadilla/d08be367049d1a0e74ea to your computer and use it in GitHub Desktop.
Save jpadilla/d08be367049d1a0e74ea to your computer and use it in GitHub Desktop.
tails
import Ember from 'ember';
export default Ember.Controller.extend({
appName:'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
<br>
<br>
<a href="#">No tail</a>
<br/>
<a href="#">
Tail
</a>
<br>
<br>
{
"version": "0.4.17",
"EmberENV": {
"FEATURES": {}
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "2.2.0",
"ember-data": "https://cdnjs.cloudflare.com/ajax/libs/ember-data.js/2.2.0/ember-data.js",
"ember-template-compiler": "2.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment