Questions tagged as 'angularjs'

0
answers

Problem with Rich Snippets values in Angular 1

We have created an online store in Angular 1, in the product tabs we have placed the rich snippets tags of schema.org to help improve the SEO and views of our website. The problem with which we are, is that, using the Google tool of microdata...
asked by 08.05.2017 / 17:06
3
answers

Error 'No' Access-Control-Allow-Origin 'header is present on the requested resource "when consuming a REST API service with the POST method in AngularJS

I am consuming a REST API service with AngularJS and the POST method, when consuming the service, the following error is coming up:    XMLHttpRequest can not load https: // ..... No 'Access-Control-Allow-Origin' header is present on the req...
asked by 26.06.2017 / 20:37
1
answer

Convert an html to pdf [closed]

At the moment I develop a app web where I have to generate a pdf from the information that is in a form of Html , the question is that this form would be hidden, at the moment I searched information but php is used whi...
asked by 22.06.2017 / 03:48
2
answers

Execute html in asp.net Core Web Applications (.Net framework)

Good afternoon I'm working with angular 1, asp.net Core Web Applications (.Net framework), which created some modules and I could not execute the login view, and when I run I get hello word of the startup. is there no way to tell visual w...
asked by 26.09.2016 / 22:41
4
answers

Compare dates with momentsjs in angularjs

I have the following code in my controller : $scope.a="26-04-2016"; $scope.c = moment($scope.a,"DD-MM-YYYY").format("DD-MM-YYYY"); $scope.b="20-10-2016"; $scope.d = moment($scope.b,"DD-MM-YYYY").format("DD-MM-YYYY"); if($scope.d <...
asked by 20.10.2016 / 08:32
3
answers

Javascript transform an array created from inputs checkbox

I have multiple input checkbox created from a model with angular and ng-repeat, when I select some of it I get this, for example: var accounts: [{'AA764':true}, {'AA324': true}, {'AA234': false}, {'AA553': true}, {'AA7365': false}];...
asked by 02.03.2016 / 04:42
2
answers

Functioning of ng-change in angularJs

I have a very simple select to try ng-change. It does not work with any function that you put. I left the alert for simplicity. What do I do wrong? I also do not find examples of its use I pass the code: <!DOCTYPE html> <html ng-app="...
asked by 07.03.2018 / 16:34
2
answers

Consult the database when WHERE is what I send from the Angularjs driver

I have a conection.php that connects to the DB and queryTickets.php : <?php header('Access-Control-Allow-Origin: *'); date_default_timezone_set("Chile/Continental"); **// Including database connections** require_once 'conection.ph...
asked by 03.11.2016 / 15:27
1
answer

How to write in 2 input simultaneously

I have the following doubt, I have a form in which the user has to fill in the same information several times, so I want to add the functionality of checking a check to fill in X fields in all the input (for example the name, which is common)...
asked by 13.03.2017 / 10:10
2
answers

Angularjs $ routeParams gives me undefined

I've really done this a hundred times and it turns out to me, capable is a nonsense that I'm not seeing. My problem is that when I do $location.path('/Miruta/'+id); (The url is generated in this way http://localhost/mysite/WebConten...
asked by 11.03.2016 / 02:00