Skip to content

Commit

Permalink
Add/Remove Debug or minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Sep 28, 2016
1 parent 1a1a781 commit 0de4868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ngMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@
if (originalData.meta || parentMetaData) {
originalData.meta = mergedMeta;
}
return state.self.data = originalData;
state.self.data = originalData;
return originalData;
};


Expand Down

0 comments on commit 0de4868

Please sign in to comment.