Skip to content

EmberSherpa/ember-helpers-link-back

Repository files navigation

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/.

About

{{link-back}} helper is similar to {{link-to}} except it takes an additional back argument that it will use to link back when on linked-to route.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published