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 has been archived by the owner on Apr 12, 2024. It is now read-only.
- $resource should handle multiple params with same name
- ignore slashes of undefined parameters
- fix default parameters issue, mentioned in #875Closes#875Closes#782
mhevery
pushed a commit
to mhevery/angular.js
that referenced
this issue
Sep 7, 2012
- $resource should handle multiple params with same name
- ignore slashes of undefined parameters
- fix default parameters issue, mentioned in angular#875Closesangular#875Closesangular#782
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
$resource('/:id/:id').get({id: 1})
should request/1/1
url, but does/1/:id
.The text was updated successfully, but these errors were encountered: