A helper for defining relative paths to routes. Usage:
This will generate an absolute route path, prepending the current route path to the provided value.
By default, the helper will replace a trailing index
in the current route path with the provided value. If this behaviour is not desired, turn it off as such:
ember install ember-cli-with-relative-path
git clone https://github.com/tstormk/ember-cli-with-relative-path.git
npm install
ember server
- Visit the dummy app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.