gpt4 book ai didi

javascript - 如何在 ui-sref 标记中放置重新加载选项

转载 作者:行者123 更新时间:2023-12-02 22:53:51 24 4
gpt4 key购买 nike

如何在 ui-sref 标记中指定 reload 选项?我看到的所有示例都直接使用 javascript 函数。

<a ui-sref="app.editPost({new:true}, {reload:true})">new post</a>

似乎不起作用。我是否必须创建一个作用域 Controller 函数来包装该reload选项?

我还尝试了下面的一些答案,但它似乎不适用于 Ionic 框架。链接到下面的代码笔示例:

http://codepen.io/anon/pen/LERqeb

最佳答案

使用ui-sref-opts。给你:

<a ui-sref="app.editPost({new:true})"
ui-sref-opts="{reload: true, notify: true}">new post</a>

https://ui-router.github.io/ng1/docs/0.3.1/index.html#/api/ui.router.state.directive:ui-sref

关于javascript - 如何在 ui-sref 标记中放置重新加载选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27690834/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com