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 was archived by the owner on Apr 12, 2024. It is now read-only.
Apparently, when creating an angular.service, you have to specify default params in the second argument of $resource in order for the @-style POST parameters to be evaluated. If you don't specify default params, then your @params will be passed to the web server as literals as my post above shows.