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

Ignore parameters starting with digit in $resource#3150

Closed
jsyrjala wants to merge 1 commit into
angular:masterfrom
jsyrjala:resource-port-number-support
Closed

Ignore parameters starting with digit in $resource#3150
jsyrjala wants to merge 1 commit into
angular:masterfrom
jsyrjala:resource-port-number-support

Conversation

@jsyrjala

@jsyrjala jsyrjala commented Jul 6, 2013

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

This is being dealt with by #2778.

@cooldht

cooldht commented Jul 8, 2013

Copy link
Copy Markdown

vgdf

@petebacondarwin

Copy link
Copy Markdown
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