Posts by Gustavo Moreira • 45 points
3 posts
-
1
votes2
answers3885
viewsQ: Extract JSON object item with Angular.js
I have an Angular application that uses the Google Maps API to search for latitude and longitude, but I’m not getting the latitude and longitude separately. My application works as follows, the user…
-
1
votes1
answer1245
viewsQ: Problems with ng-required and ng-disable
I have a web application, where a person can enter their skills but if there’s a bug that allows them to enter blank skills, then I’m trying to use the ng-required in the input and the ng-disable on…
-
2
votes2
answers1588
viewsQ: How to pass input value with POST method using Angular
I’m trying to pass certain values of a input through the POST method using Angular, but I’m not able to pass these values in the URL and not even pick them up on the server. Could someone help me…