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

Ignore parameters starting with digit in $resource #3150

Closed

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
Member

This is being dealt with by #2778.

@cooldht
Copy link

cooldht commented Jul 8, 2013

vgdf

@petebacondarwin
Copy link
Member

?

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