Page reload fails when using Angular Ui Router with Html5 mode enabled

后端 未结 7 1365
醉酒成梦
醉酒成梦 2020-12-03 03:41

I am using Angular UI Router in my angular app and i have enabled HTML5 mode to remove the # form the URL by using $locationProvider in the config.



        
7条回答
  •  心在旅途
    2020-12-03 04:12

    the easiest way worked for me is:

    use in index.html

    I'm doing it for my admin page

提交回复
热议问题