AngularJs: Reload page

前端 未结 13 2150
孤城傲影
孤城傲影 2020-11-28 19:28
PORTAL_NAME

I want to reload the page. How can I do this?

13条回答
  •  [愿得一人]
    2020-11-28 20:03

    If using Angulars more advanced ui-router which I'd definitely recommend then you can now simply use:

    $state.reload();
    

    Which is essentially doing the same as Dunc's answer.

提交回复
热议问题