Skip to content

Instantly share code, notes, and snippets.

@samselikoff
Last active October 28, 2016 20:52
Show Gist options
  • Save samselikoff/4a11d0ba42422471580eae944db6087c to your computer and use it in GitHub Desktop.
Save samselikoff/4a11d0ba42422471580eae944db6087c to your computer and use it in GitHub Desktop.
Links With Follower #77
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
{{#links-with-follower}}
{{link-to 'Foo' 'index'}}
{{/links-with-follower}}
{
"version": "0.10.6",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "2.9.0",
"ember-getowner-polyfill": "1.0.1",
"ember-testing": "2.9.0"
},
"addons": {
"ember-links-with-follower": "0.2.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment