• Part 31 AngularJS page refresh problem


    What is the issue : When you navigate to http://localhost/students, you will see list of students as shown below 

    Resource interpreted as Stylesheet but transferred with MIME type texthtml 

    Click on any student name. For example when you click on Mark, you will see mark details and the URL in the address bar is http://localhost/students/1


    angularjs html5mode refresh 404 

    At this point if you refresh the page by pressing CTRL + F5 or CTRL + R, the student details disappear and the page will be renedered as shown below. 

    angularjs routing refresh 

    To see the errors, launch the Browser Developer Tools by pressing F12

    angularjs refresh page 404 

    To fix this issue all you have to do is place the <base href="/"> element just below the<title> element in the head section of index.html page. 

  • 相关阅读:
    这些天对iframe的初步运用
    后台制作与商品装入
    主页的设计
    DevOps
    Nginx
    DevOps
    DevOps
    Cluster
    Cluster
    Cluster
  • 原文地址:https://www.cnblogs.com/gester/p/5494404.html
Copyright © 2020-2023  润新知