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

前端 未结 3 466
-上瘾入骨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:51

    In case you are trying to force reload when a user clicks a link, set link's target attribute. It will trigger reload regardless of reloadOnSearch=false

    Reload
    

提交回复
热议问题