Force AngularJS to reload a route although option reloadOnSearch is set to false

前端 未结 3 471
-上瘾入骨i
-上瘾入骨i 2020-12-09 18:09

In the route configuration of my AngularJS application most of the routes are defined with the option reloadOnSearch set to false as most of the ti

3条回答
  •  悲哀的现实
    2020-12-09 18:52

    I have not tried it, but something that you can try is.

    In the $routeUpdate event handler call the $route.reload() method if you know the condition that should cause refresh of route.

提交回复
热议问题