Questions tagged as 'angularjs'

0
answers

Is it possible to pass parameters to a controller using the angularjs directive?

I would like to pass a jade parameter to the angle controller, but the view is loaded by a directive and I have the doubt that it is possible to pass some arguments. The jade is loaded in the following way ... mixin mi-cuenta(miCuenta)...
asked by 06.09.2017 / 18:49
0
answers

How can I implement three recaptcha on an index.php page?

I am having problems when loading three recaptcha in the same file index.blade.php where there are three different forms, these in turn require validation with recaptcha, but it happens that when loading the first one the next two stop work....
asked by 08.09.2017 / 16:48
0
answers

Email sending with angularJs and PHP

Good evening, I'm having trouble sending emails using angularJs and PHP. I'm using PHP's angular and mail (http) service. In the network section it tells me that the form was sent but the email never arrives. If anyone knows a way to solve this,...
asked by 02.09.2017 / 07:20
1
answer

ng-change () inside a marker (ngMap) in Angularjs

I'm working with sockets, where I send coordinates every time (lat, lon) and to show these coordinates I use ngMap, when I have a first coordinate it is shown on my map but if I get a second coordinate the marker is duplicated, is where I want t...
asked by 02.08.2017 / 17:58
1
answer

How to show data with formats in a pdf

I have a textarea with an editor to send data with formats such as in bold, bullets, etc. and when I show that data in a pdf it shows them as follows: <p><b>LUGAR: </b>En estudio</p><p><b>CAPELLÁN:<...
asked by 08.08.2017 / 04:16
0
answers

ReferenceError: Data is not defined

I'm doing an application with angularjs 1.6 , it consists in asking a query to a REST service that returns an array of clients, this data I want to place in an array of Objects , however, when creating the new client, the error that is not de...
asked by 04.08.2017 / 05:38
0
answers

Wait for a service to finish to continue with another AngularJS

I would like to know how to wait until the execution of one service is finished before another is executed, this is because what the first service returns is necessary for the execution of the 2nd. Here is my service and my controller. conf...
asked by 03.08.2017 / 18:18
1
answer

Angular 4 - Import JS file with global variables?

I'm working with Angular 4 and my problem is this: At the moment of generating a production package with ng build --prod my dist folder is generated and inside it my assets folder where I included a JS file called "ip.config.js". In this file...
asked by 21.08.2017 / 19:56
0
answers

Problem when submit submit [closed]

Good afternoon. I am trying to make a submit with POST to a URL "vista.html", but I get the error "Can not post 404 not found". However, when submitting with GET, there is no problem. The submit is like the one in this example link , but...
asked by 18.08.2017 / 00:27
0
answers

Tinymce repeat doubles

I have the following: $scope.tinymceOptions = { mode : "specific_textareas", editor_selector : "w95", height: 100, plugins: "textcolor", toolbar1: "bold italic underline | bullist numlist |...
asked by 10.07.2017 / 14:00