0.1.0 • Published 10 years ago

ember-helpers-link-back v0.1.0

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

ember-helpers-link-back

link-back helper is similar to {{link-to}} except it takes back= argument that the link will link back to when on original path.

Example

{{#link-to 'destination' back='path.to.link.back.to'}}Go to destination{{/link-to}}

Caveats

  • Doesn't accept query params for back parameters

Installation

  • npm install --save ember-helpers-link-back

Running

Running Tests

  • git clone git@github.com:embersherpa/ember-helpers-link-back.git
  • npm install
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.