Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Worth committed Apr 13, 2015
1 parent 78b58f3 commit 3e2c4e0
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 @@ -895,6 +895,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 3e2c4e0

Please sign in to comment.