Questions tagged as 'angularjs'

2
answers

Problem sending apikey in angular header http 4

I have an Api REST that requires the apikey in the headers to validate, I am doing the query with angle 4, but the apikey is not sent in the headers. If I do the query with PostMan it works without problem. I'm stuck at this point, I apprecia...
asked by 22.11.2017 / 01:18
0
answers

Problem showing the calendar of the fullcalendar

Good afternoon, I have a problem implementing the fullcalendar using angle 4, which is that it does not show me the dates, they only show me a list of numbers. This happens only with the calendar, the other components or functions, work well....
asked by 19.11.2017 / 21:31
1
answer

Error creating Circle object in ionic 3

Hello, I am using the Google Maps API. Where I have to create a circle around the market created. I perform it with (works correctly) createCircle(loc: LatLng){ return this.map.addCircle( {'center': loc, 'radius': 300,...
asked by 20.11.2017 / 01:32
1
answer

error in CameraPosition in ionic 3

I'm doing tests with googlemaps using ionic 3.14 I have managed to visualize the map, Now I'm trying to perform geo-mapping to show my current location using the CameraPosition method This is the code that I was able to find moveCamer...
asked by 14.11.2017 / 03:31
2
answers

Start variables with data from an Input

I am developing an App in Ionic ... in a module I am showing data from the database. These data bring an id, said id I'm placing it in a for later in my controller recover that id, and make actions on that record. The problem starts here, in my...
asked by 10.11.2017 / 22:18
1
answer

how to add a request Headers with $ http de angularjs?

I'm doing a service consumption and I want to add a header to the get method in the following way. var header={headers: {'idUser': Constants.appConfig.userParam} }; return { obtenerInformacionUsuario: () => $http...
asked by 04.11.2017 / 01:26
1
answer

problems bringing data from the database and displaying it in text boxes for editing with Angularjs

what happens is that when inserting the data in the form some of the input we have to put it as type number so that it can be saved in the database and if it is saved, the probe is when we want to send them to call and edit the data that is as t...
asked by 05.11.2017 / 01:49
1
answer

because my angular code does not bring me the content of my database?

What happens is that I'm new to this angle and this code I found in a tutorial and try to dock and apparently if you bring the data from the database and confirm it with the php but I can not make it to me those in the list. conexion.php &l...
asked by 30.10.2017 / 04:38
1
answer

Can a new ionic view be opened by clicking on an image?

I have a menu that shows images, in which when I click on them I want you to show me a new view (A view of Ionic). A view of Ionic itself, not the browser or things like that. Is it possible to do this ..? Thank you!! : D     
asked by 28.10.2017 / 17:58
0
answers

What would be the equivalent of file_get_contents ($ url) in JavaScript or TypeScript?

I am developing an application with ionic 2 and I want to extract some data from an external page in another domain, and the way I have solved it is with PHP in the following way: miPhp.php      //$url = 'http://www.flalottery....
asked by 29.10.2017 / 03:44