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.
There is a regular expression in angular-resource.js that is breaking IPv6 resource URLs:
Example:
http://jsfiddle.net/c2franz/pszLs0kg/4/
Expected behavior: a GET request is performed to http://[2620:0:861:ed1a::1]
Observed behavior: a GET request is performed to http://[2620:0:861::1]
The text was updated successfully, but these errors were encountered: