An ember-cli addon with a shortcut of _blank HTML link.
In your application's directory:
ember install ember-external-link
{{#external-link href="http://foo.bar"}}
Wow!
{{/external-link}}
{{#external-link "http://foo.bar"}}
Wow!
{{/external-link}}
{{external-link "http://foo.bar"}}
If you want to contribute to this addon, please read the CONTRIBUTING.md.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details