ember-fast-link-to
v0.1.7
Published
Reduced Ember LinkComponent.
Downloads
15
Readme
ember-fast-link-to
The default implementation of {{link-to}}
inside of Ember tries to do too much. This stripped down version does far less.
Installation
ember install ember-fast-link-to
Usage
{{#fast-link-to 'route.path' model}}Link Text{{/fast-link-to}}
Running Tests
git clone
this repositorynpm install
bower install
npm test
(Runsember try:testall
to test against multiple Ember versions)