angular-resource
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "angular-resource", | ||
"description": "AngularJS $resource bindings for express.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"licenses": [{ | ||
@@ -6,0 +6,0 @@ "type": "MIT", |
@@ -53,3 +53,3 @@ # node-angular-resource [![Build Status](https://travis-ci.org/roylines/node-angular-resource.png?branch=master)](https://travis-ci.org/roylines/node-angular-resource) | ||
angularResource(app, '/api/1', task); | ||
angularResource(app, '/api/1', 'task'); | ||
@@ -69,3 +69,3 @@ app.listen(3000); | ||
angularResource(app, '/api/1', task, middleware); | ||
angularResource(app, '/api/1', 'task', middleware); | ||
``` | ||
@@ -72,0 +72,0 @@ |
5055