angular.forEach(values, function($http, $scope){ this is my loop})
angular.forEach(values, function($http, $scope)
{
this is my loop
})
module.factory('userService',
function(){
here i want to pass that looping Scope variable
});