ember-external-link
v0.1.0
Published
The default blueprint for ember-cli addons.
Downloads
5
Readme
ember-external-link
An ember-cli addon with a shortcut of _blank HTML link.
Information
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