如何在reload
标记中指定ui-sref
选项?我看到的所有示例都直接使用javascript函数。
<a ui-sref="app.editPost({new:true}, {reload:true})">new post</a>
似乎不起作用。我是否必须创建范围控制器函数来包装reload
选项?
我也尝试了下面的一些答案,它似乎不适用于Ionic框架。链接到下面的代码笔示例:
答案 0 :(得分:64)
你走了:
<a ui-sref="app.editPost({new:true})" ui-sref-opts="{reload: true, notify: true}">new post</a>
http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.directive:ui-sref