h4c

ただのメモ

2014-01-04から1日間の記事一覧

$resource on Angular

I recommend that you use $resource. It may support (url override) in next version of Angularjs. Then you will be able to code like this: // need to register as a serviceName $resource('/user/:userId', {userId:'@id'}, { 'customActionName': …