Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Conversation

@jsyrjala
Copy link
Contributor

@jsyrjala jsyrjala commented Jul 6, 2013

Currently URLs like http://example.com:8080/some/path
do not work with $resource without tricks because port number
:8080 is handled as path parameter. This commit changes $resource to
ignore parameters that start with a digit. Fixes #1243.

Currently URLs like http://example.com:8080/some/path
do not work with $resource without tricks because port number
:8080 is handled as path parameter. This commit changes $resource to
ignore parameters that start with a digit. Fixes angular#1243.
@petebacondarwin
Copy link
Contributor

This is being dealt with by #2778.

@cooldht
Copy link

cooldht commented Jul 8, 2013

vgdf

@petebacondarwin
Copy link
Contributor

?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

$resource strips port from url

3 participants