ember-route-history | This is an Ember-CLI addon
kandi X-RAY | ember-route-history Summary
kandi X-RAY | ember-route-history Summary
This is an Ember-CLI addon. It provides a service which keeps an history of the visited routes. You will be able to know what is the current route, and what was the previously visited routes.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ember-route-history
ember-route-history Key Features
ember-route-history Examples and Code Snippets
Community Discussions
Trending Discussions on ember-route-history
QUESTION
I want to access a child route via url eg:https://my-app.com/dashboard/library
. When i click this, Ember redirects me to https://my-app.com/dashboard
and populates this route's model data correctly, but i want to go to https://my-app.com/dashboard/library
, with its new model data.
From the other hand i can access https://my-app.com/login
via url, that has no model data btw.
At environment.js
i have locationType: "auto"
, and my router.js
is like:
ANSWER
Answered 2019-Mar-13 at 02:13I think the issue is in the dashboard. at the afterModel
hook:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ember-route-history
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page