Questions tagged as 'angularjs'

1
answer

Ng-bind-html and data-toggle="modal" do not work

My project consists of creating sun elements from js, for this I use angular and its function ng-bind-html, the ng-bind-html serves me in all cases except this one. I want to add the following tag when adding a text. <a data-toggle="moda...
asked by 09.07.2018 / 17:32
1
answer

Change date format in datepicker

My problem is as follows, from the database I receive the dates indicated in the following image (with the format of dmy) But when you receive it in the datepicker, you take it in another format And this means that on this date you can...
asked by 04.07.2018 / 23:20
0
answers

Send Bytes Array. Error 414, Request URI Too Long

I'm trying to insert a byte array by API. The call is made from a Web (Angularjs + PHP) The API that receives it is developed in .NET The problem with which I find myself is the following. We launch a GET request to a URL, along with a...
asked by 03.07.2018 / 14:10
0
answers

Angularjs can be integrated with paymentez

I need help with example with the integration of api paymetez and angularjs. When making the call to the api I returned an error in the callback, followed the tutorial indicated in the development reference. link     
asked by 02.07.2018 / 18:29
0
answers

ng-change delete input in angularjs

I have a problem that I have an input <input type="text" id="tbusqueda" ng-model="Busqueda.texto" placeholder="Estoy buscando" ng-change="buscarPorDescripcion(Busqueda.texto)" > that function is to receive the text, go to sear...
asked by 28.06.2018 / 21:28
0
answers

Angularjs and Firebase - do not show json data in ng-repeat

Let's see if someone can help me because I'm stuck at this point. What I'm doing is a test with firebase and its database (Cloud Firestore) + angularjs. This is the following code: // Initialize Firebase var config = { apiKey: "xxxxx...
asked by 28.06.2018 / 21:55
1
answer

How to arrange a text when it is over with another in a radio input

I want that when some text of the inputs is overlaid with the other, arrange it in two lines so that they are clearly visible     
asked by 21.06.2018 / 19:26
2
answers

Display project AngularCLI in sevidor NodeJs

I have completed a project using Angular CLI and I need to deploy it to a linux server which currently has a version of NodeJs.The built project structure is the one I show below: My question is about how to get this project deployed on...
asked by 19.06.2018 / 16:41
0
answers

doubts about a promise and for Angularjs

The problem I have is that I first do a cycle where I fill an object that later sends the post request, the bad thing is that the promise is executed at the end of the for cycle and not one by one as it should be. Any ideas? ? for (var i = 0;...
asked by 14.06.2018 / 16:49
1
answer

Directive with conflict in index.html

I have the following dilemma, I have in the index.html the call to a directive called "loggin", when I call the directive on the label, the others stop working, when I remove it, it works normally, the problem is that I need the directive to sho...
asked by 13.06.2018 / 18:01