扫码关注官方订阅号
angular $state.transitionTo用法解释
闭关修行中......
transitionTo(to, toParams, options)
Low-level method for transitioning to a new state. $state.go uses transitionTo internally. $state.go is recommended in most situations.这是官方API给出的解释:用于转换到新状态的低级方法。$state.go在内部使用transitionTo。在大多数情况下,建议使用$state.go。
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
transitionTo(to, toParams, options)
Low-level method for transitioning to a new state. $state.go uses transitionTo internally. $state.go is recommended in most situations.
这是官方API给出的解释:用于转换到新状态的低级方法。$state.go在内部使用transitionTo。在大多数情况下,建议使用$state.go。