The default implementation of {{link-to}}
inside of Ember tries to do too much. This stripped down version does far less.
ember install ember-fast-link-to
{{#fast-link-to 'route.path' model}}Link Text{{/fast-link-to}}
-
git clone
this repository npm install
bower install
-
npm test
(Runsember try:testall
to test against multiple Ember versions)