Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return  $scope.viewitems = $scope.items.filter(function(x) {
  2.                 x.gameid.match('mobile') && !x.gameid.match('not_mobile') && x.showGame == true
  3.             });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement