Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $scope.result = {};
  2.  
  3. for (i = 0; i < object.length; i++) {
  4. $scope.result[i].value = object[i].value;
  5. $scope.result[i].justification = object[i].justification;
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement