Posts by Thiago Siqueira • 51 points
3 posts
-
1
votes1
answer297
viewsA: Ionic - request api php
This Provider log console puts date and not this.data, see if it returns something different.
-
1
votes1
answer466
viewsA: Error sending Ionic + PHP + Mysql form data
You have to create not only the vovo model, but all its elements and when send in the request, + or - like this: $Scope.vovo = { 'name' means '', etc etc etc... } Also it is to use…
-
0
votes2
answers752
viewsA: Cordova Geolocalization
Try it that way: var positionOptions = {maximumAge:0, timeout: 30000, enableHighAccuracy: true}; function gpsSuccess(obj){ console.log('GPS Success latitude: ' + obj.coords.latitude);…