使用angularjs和ui-router,如何禁用一个视图更改的导航器历史记录

前端之家收集整理的这篇文章主要介绍了使用angularjs和ui-router,如何禁用一个视图更改的导航器历史记录前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我希望当前的状态更改不会保存在导航历史记录中.然后,当用户单击“返回”时,将跳过视图并返回上一页.

我可以暂时禁用状态更改以保存在导航历史记录中吗?

我相信这是ui-router的值为 { location:’replace’}的选项参数.

文档说明:

location Boolean or “replace” (default true),If true will update the
url in the location bar,if false will not. If string “replace”,will
update url and also replace last history record.

似乎有一个问题(见here on GitHub)要修复.

原文链接:https://www.f2er.com/angularjs/142121.html

猜你在找的Angularjs相关文章