angular
Due to the previous version
Scenario: When jumping to another page
Description: First route to the app.tool.result
page to get the left list , and then the route to app.tool.result.list
will definitely record the history, causing you to click the browser back from the app.tool.result.list page and return to app.tool. result page, but the right side of the result
page is empty, so we need to control the return to the previous page of result
What I think of is to delete the previous result
route when routing to the list
page, but ui-router
does not pass hml5
Configured
阿神2017-05-16 13:21:02
The list on the left is a route, and the content on the right is a route?