redirect to an absolute url in angularjs

前端 未结 4 1316
不知归路
不知归路 2020-12-30 01:33

How to redirect user to an absolute url in angularjs.

For example: i have a page, my current url (http://example.com/submit), once the user click some button in th

4条回答
  •  遥遥无期
    2020-12-30 02:03

    you can use window.location.href="" and in between your quotes you can place your respective url

提交回复
热议问题