Questions tagged as 'angularjs'

2
answers

ng-model does not take the value of a Select - AngularJs

I have the following html: <label class="item item-input item-stacked-label" ng-repeat="nl in normativas"> <select ng-model="nl.idResultado"> <option value="1">CUMPLE</option> <option val...
asked by 24.05.2018 / 16:24
0
answers

Why do not my web page sometimes load CSS, JS, and / or IMG resources?

I have a project of a web application in which it is totally fine but sometimes problems occur that do not load some CSS, JS and / or IMG. Technologies: JAVA EE Spring 4.3 Angular 1.2 Problems: This is my page as it s...
asked by 24.05.2018 / 15:50
1
answer

Conflict with ngRoute and JQuery

Colleagues, I have the following scenario, I am building a website of type SPA ( Single Page Application ), so I need to work with $routeProvider to link the routes to each view. So far so good, dynamic routes work well for me; the...
asked by 22.05.2018 / 22:28
0
answers

someone knows about how to use neodynamic libraries

I have used these sdk libraries, but I have problems when printing thermal labels, if anyone knows anything this is code, the problem is that I can not print what I load of the datasource. angularjs code var tlimp = new Neodynamic.Web.Editor....
asked by 23.05.2018 / 17:26
0
answers

cordova platform add android error can not find module, Error: can not find the module 'internal / util / types'

This is the error, look in google and here, but I can not find it.     
asked by 19.05.2018 / 04:46
0
answers

how can I load 16000 records to a select or an input in Angularjs

I have a situation I am new to angularjs, I have to load a table of 16000 records in a select, but I know it is too much to show in a select someone has a suggestion? I have to deliver it soon u.u my html code with the init I bring the 16000...
asked by 17.05.2018 / 17:02
2
answers

how to make an input of 3 characters search for matches in the database

I already have the connection to the DB, in the div I call the database but it brings as 16000 record so I can not show them in a select, so it occurred to me that since the input after put 3 characters start looking for matches, a...
asked by 17.05.2018 / 16:04
0
answers

How to make a list with ASP.net C # Angular?

I'm doing this little example to show what I'm going to enter in the textbox. the entered object arrives at the controller and returns, when loading it to my table is where it does not come out view <!DOCTYPE html> <html>...
asked by 14.05.2018 / 18:45
1
answer

error when sending data from AngularJS (Angular1) to php

I have a strange problem when sending data to php with AngularJS, I have to send two Strings and an array with data, the Strings arrive correctly to php but the array arrives empty (aunqe appears as an array). I do a console.log () just before t...
asked by 13.05.2018 / 02:53
1
answer

Angular, when loading another page with ajax inside the page does not allow me to use angular

I have a page where I use a lumx framework that is based on angular, everything works perfect. The problem is that in one of the options I charge a div with content from another page through ajax. And it is on that page that I can not use the fr...
asked by 08.05.2018 / 19:45