You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
AngularJS breaks when parsing an IPv6 location such as http://[::1]:8000/
This is what I'm getting in the console:
TypeError: Cannot read property '1' of null
at matchUrl (http://[::1]:8000/static/js/angular.min.js:5064:22)
at $LocationProvider.$get (http://[::1]:8000/static/js/angular.min.js:5544:24)
at Object.invoke (http://[::1]:8000/static/js/angular.min.js:2902:28)
at http://[::1]:8000/static/js/angular.min.js:2740:37
at getService (http://[::1]:8000/static/js/angular.min.js:2862:39)
at Object.invoke (http://[::1]:8000/static/js/angular.min.js:2880:13)
at http://[::1]:8000/static/js/angular.min.js:2740:37
at getService (http://[::1]:8000/static/js/angular.min.js:2862:39)
at Object.invoke (http://[::1]:8000/static/js/angular.min.js:2880:13)
at directive (http://[::1]:8000/static/js/angular.min.js:3718:43)
Tested with Angular v1.0.4 and v1.0.7
The text was updated successfully, but these errors were encountered:
AngularJS breaks when parsing an IPv6 location such as http://[::1]:8000/
This is what I'm getting in the console:
TypeError: Cannot read property '1' of null
at matchUrl (http://[::1]:8000/static/js/angular.min.js:5064:22)
at $LocationProvider.$get (http://[::1]:8000/static/js/angular.min.js:5544:24)
at Object.invoke (http://[::1]:8000/static/js/angular.min.js:2902:28)
at http://[::1]:8000/static/js/angular.min.js:2740:37
at getService (http://[::1]:8000/static/js/angular.min.js:2862:39)
at Object.invoke (http://[::1]:8000/static/js/angular.min.js:2880:13)
at http://[::1]:8000/static/js/angular.min.js:2740:37
at getService (http://[::1]:8000/static/js/angular.min.js:2862:39)
at Object.invoke (http://[::1]:8000/static/js/angular.min.js:2880:13)
at directive (http://[::1]:8000/static/js/angular.min.js:3718:43)
Tested with Angular v1.0.4 and v1.0.7
The text was updated successfully, but these errors were encountered: