I have the following code:
<span ng-if="contacto">Teléfono:
<a href="TEL://{{contacto.telefono}}">{{contacto.telefono}}</a>
<m ng-if="contacto.extension"> Ext:
<a ng-repeat="ext...
Good morning,
I'm making an application in angular that picks up a drawing made in canvas and then upload it as a png image to the server.
This is my function:
$scope.signContract = function(){
var canvas = document.getElementById("p...
I'm trying to get data from this url:
link
but when I show the results I get this error:
Request from another blocked source: the same source policy prevents reading the remote resource at link (reason: the CORS header 'Access-Control-...
I have a controller with which I could ( finally ), save a record in my database, which is this:
function PuestoAddController(puestosService, puesto){
var self = this;
var _puesto = puesto;
function _add(_puesto){
consol...
It turns out that I make this request in the controllers to my php:
$http({
method: 'POST',
url: 'http://localhost/nPanelarencion/app/php/consulta.php',
headers: {
'Content-Type': 'application/json',
'Accept': 'application...
Well I have an application with AngularJS that makes requests to the %% %% API as an example to learn how to use AngularJS, but the problem is that when I put the page with all the dependencies in a% Java% (this is what I do because I need to us...
Hello, everyone presented a new challenge and I need help from you, it turns out that I need to send a data to the controller to use it:
<div ng-repeat="model in modulos track by $index">
<div style="float:left; paddi...