Skip to content

Instantly share code, notes, and snippets.

@giovaneliberato
Last active August 29, 2015 14:07
Show Gist options
  • Save giovaneliberato/140d8b519cd7112b65e5 to your computer and use it in GitHub Desktop.
Save giovaneliberato/140d8b519cd7112b65e5 to your computer and use it in GitHub Desktop.
angular.forEach($scope.msg_filtradas, function(m){
var url = buscar_todos_pontos_url + m.pk + "/";
$http.get(url).success(function(data){
m.data = data;
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment