返回上一页并使用angularjs保持更改

时间:2016-12-14 17:40:30

标签: javascript angularjs scope

我有产品表,我进行了高级研究,点击一行查看详细信息,然后点击取消按钮返回列表,我的所有研究输入都将为空...

有可能回到原来的位置吗?我的意思是我之前的研究或上一页? 我试图基于ng模型来做这个,还有另外一种方法吗?

谢谢。

1 个答案:

答案 0 :(得分:0)

这些解决方案可能会对您有所帮助。

Angular - ui-router get previous state

How do I get the Back Button to work with an AngularJS ui-router state machine?

http://blogs.candoerz.com/question/182248/angular-ui-router-get-previous-state.aspx

我发现的所有这些链接中的答案大致相同。



$rootScope.$on('$stateChangeSuccess', function (ev, to, toParams, from, fromParams) {
   //assign the "from" parameter to something
});