angular-resource
Advanced tools
Comparing version 1.4.1 to 1.4.2
/** | ||
* @license AngularJS v1.4.1 | ||
* @license AngularJS v1.4.2 | ||
* (c) 2010-2015 Google, Inc. http://angularjs.org | ||
@@ -217,3 +217,4 @@ * License: MIT | ||
* | ||
* Success callback is called with (value, responseHeaders) arguments. Error callback is called | ||
* Success callback is called with (value, responseHeaders) arguments, where the value is | ||
* the populated resource instance or collection object. The error callback is called | ||
* with (httpResponse) argument. | ||
@@ -220,0 +221,0 @@ * |
/* | ||
AngularJS v1.4.1 | ||
AngularJS v1.4.2 | ||
(c) 2010-2015 Google, Inc. http://angularjs.org | ||
@@ -4,0 +4,0 @@ License: MIT |
{ | ||
"name": "angular-resource", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"main": "./angular-resource.js", | ||
"ignore": [], | ||
"dependencies": { | ||
"angular": "1.4.1" | ||
"angular": "1.4.2" | ||
} | ||
} |
{ | ||
"name": "angular-resource", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "AngularJS module for interacting with RESTful server-side data sources", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
42798
637