ngResource

Improve this Doc ngResource

ngResource

The ngResource module provides interaction support with RESTful services via the $resource service.

See $resource for usage.

Installation

First include angular-resource.js in your HTML:

<script src="angular.js">
<script src="angular-resource.js">

You can download this file from the following places: