Posts by Felipe G • 31 points
3 posts
-
1
votes1
answer39
viewsQ: Angularjs - Accessing a service variable
How do I access the variable LatLng in the application? $http({ method: 'POST', url: './database/getCep.php' }).then(function successCallback(response) { var LatLng = $scope.get_cep = response.data;…
-
0
votes0
answers247
viewsQ: Insert into Mysql table with Angularjs + PHP
I can not identify what is wrong with my code, I followed several tutorials but I was not successful in how to insert. The moment I press the Insert button just doesn’t happen, nothing is shown on…
-
2
votes4
answers127
viewsQ: Javascript Concatenation between Arrays
Hello, how do I divide an array and place 3 in 3 within another? I have an array: aux_zip ["Cafe","feijao","frango","batata","pao","miojo","laranja","mouse","teclado]; I want to concatenate this…
javascriptasked Felipe G 31