SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

feat($resource): support an unescaped URL port

The colon character is used to identify parameters in $resource.
This meant that we had to escape the colon used in a port.
It turns out that this is not necessary if we assume that parameter
names cannot consist of only digits.
If the parameter consists only of numbers, then it's a port.

Closes #2778
L
Leandro Ostera committed
b94ca12fa0b027d8592f5717e038b7b116c59384
Parent: 22a9b1a
Committed by Pete Bacon Darwin <pete@bacondarwin.com> on 7/12/2013, 9:47:46 AM