Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

BBVAEngineering/ember-external-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b60e64 · Feb 21, 2024

History

24 Commits
Jun 13, 2017
Jun 13, 2017
Apr 10, 2018
Apr 10, 2018
Jun 12, 2017
Jun 12, 2017
Mar 8, 2018
Jun 12, 2017
Mar 8, 2018
Apr 10, 2018
Jun 12, 2017
Apr 10, 2018
Jun 12, 2017
Feb 27, 2018
Feb 27, 2018
Feb 21, 2024
Jun 12, 2017
Apr 10, 2018
Apr 10, 2018
Sep 11, 2018
Sep 11, 2018
Apr 10, 2018
Jun 13, 2017

Repository files navigation

DEPRECATED

ember-external-link

Build Status GitHub version npm version Dependency Status

An ember-cli addon with a shortcut of _blank HTML link.

Information

NPM

Install in ember-cli application

In your application's directory:

ember install ember-external-link

Usage

{{#external-link href="http://foo.bar"}}
    Wow!
{{/external-link}}

{{#external-link "http://foo.bar"}}
    Wow!
{{/external-link}}

{{external-link "http://foo.bar"}}

Contribute

If you want to contribute to this addon, please read the CONTRIBUTING.md.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details