Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Worth committed Mar 20, 2015
1 parent 217f8a5 commit f58095a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/restangular.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ restangular.provider('Restangular', function() {

function resolvePromise(deferred, response, data, filledValue) {
_.extend(filledValue, data);
filledValue = restangularizeElem(data[config.restangularFields.parentResource], filledValue, data[config.restangularFields.route], true);

// Trigger the full response interceptor.
if (config.fullResponse) {
Expand Down

0 comments on commit f58095a

Please sign in to comment.