0.1.7 • Published 8 years ago

ember-fast-link-to v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ember-fast-link-to

Build Status npm version Ember Observer Score Code Climate

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 repository
  • npm install
  • bower install
  • npm test (Runs ember try:testall to test against multiple Ember versions)
0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago