1.0.1 • Published 7 years ago
ember-cli-route-exists v1.0.1
ember-cli-route-exists
A helper for checking whether a route at a specific path exists. Usage:
{{#if (route-exists 'my.route.path')}}Installation
ember install ember-cli-route-existsDevelopment
git clone https://github.com/tstormk/ember-cli-route-exists.gitnpm installember server- Visit the dummy app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.