Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $http({
  2. method: 'POST',
  3. url: 'http://localhost/nPanelarencion/app/php/consulta.php',
  4. headers: {
  5. 'Content-Type': 'application/json',
  6. 'Accept': 'application/json'
  7. },
  8.  
  9. .success(function(data){
  10. $scope.name = data
  11. )};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement