GitXplorerGitXplorer
n

ember-fast-link-to

public
6 stars
5 forks
2 issues

Commits

List of commits on branch master.
Verified
97b51f8d4c9052ad2e959de31ae68592f43d3e3e

Release v0.1.7

nnathanhammond committed 8 years ago
Unverified
9f04a220c2561dc70524d75c397e42325f5fcf8a

Merge pull request #10 from nathanhammond/prototype-mixin

nnathanhammond committed 8 years ago
Verified
ebc55b0d252d5f4f0c4a569680570095bc6cbd61

Move to Ember.LinkComponent.PrototypeMixin

nnathanhammond committed 8 years ago
Verified
b37c3ad0a5cedd61746db59475a5a299b4e7cb06

Release v0.1.6

nnathanhammond committed 8 years ago
Unverified
4d67dcc42b3b5791caddebb1cd529ee8da6e4671

Merge pull request #9 from nathanhammond/steal-proto

nnathanhammond committed 8 years ago
Verified
0ddc54d27b76a16c6700272b10f137bd13043673

Solution with less copypasta.

nnathanhammond committed 8 years ago

README

The README file for this repository.

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)