Advertisement
Guest User

Untitled

a guest
May 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $scope.result = $($scope.data).map(function () {
  2. return this.inceptionStat;
  3. }).get()
  4. console.log($scope.result);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement