Skip to content

Commit 878cca4

Browse files
committed
Corrected missing {} in example
1 parent 0f8e791 commit 878cca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ angular.module('your-app', [ 'ngResource' ])
135135
'$resource',
136136

137137
function ($resource) {
138-
return $resource('/api/v2/_table/Model', {
138+
return $resource('/api/v2/_table/Model', {}, {
139139
query: {
140140
method: 'GET',
141141
isArray: false // true if response is an array

0 commit comments

Comments
 (0)