🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

ember-helpers-link-back

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

  • ember server
  • Visit your app at http://localhost:4200.

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

Keywords

ember-addon

FAQs

Package last updated on 21 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts