AngularJS + Base Href Case Sensitive?

前端 未结 6 890
情话喂你
情话喂你 2020-12-10 13:43

I\'m struggling to understand why my base href seems to be case sensitive. I have a page with a base href and utilizes angularjs routing.

html:

<         


        
6条回答
  •  萌比男神i
    2020-12-10 14:14

    As of today, caseInsensitiveMatch is not included in the stable version of AngularJS 1.0.7 but it is included in the unstable version 1.1.5 (https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js) Tested and working as expected

提交回复
热议问题