Questions tagged as 'angularjs'

3
answers

Synchronous Call in Angular js

I want to know if there really is how to make synchronous calls with angularjs. The problem I have is the following: I have two URL1 and URL2. URL1._ in this first url what I do is get some values of asignaturas and c/u of th...
asked by 22.02.2016 / 23:32
2
answers

Error modifying the DOM in Angular

I have a small error in one of my scripts working with the sun and angular <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Welcome to LearnKode - A code learning platform</title...
asked by 22.04.2016 / 15:47
1
answer

ng-include with templateCache in google chrome extension (Angular 1.5.8)

I'm developing an extension for google chrome with angular. Everything works fine, but when I want to use templateCache with ng-include, it tries to find the path inside the extension's folder and never looks in the templateCache. <ng-in...
asked by 22.07.2016 / 17:51
1
answer

Error injecting module to delete history in ionic

Trying to erase the history of an app made with ionic create a new module, but trying to inject it generates the following problem    ionic.bundle.min.js: 40 Uncaught Error: [$ injector: modulerr] link $ injector / modulerr? p0 = unicesarAp...
asked by 31.03.2016 / 02:28
2
answers

Relate two lists in angularjs

I request your collaboration because I do not know how I could relate two lists which have in common the id of one of them <table> <thead> <tr> <th>Nombre</th> <th>Edad</th>...
asked by 07.09.2016 / 06:29
2
answers

Error with angular-generator [Solucion momentanea]

run the generator, install the dependencies and when executing gulp serve it shows me the page of the following way and with errors: Ok, how do I solve it?: in .bowerrc change the bower component path to "app / bower_compon...
asked by 28.09.2016 / 20:26
1
answer

Tabs in angularjs?

How do I add the tab in Angularjs? I realized that doing it in a normal way and clicking on a tab will direct me to the main page (the one I order when there is not one) Do I have to create a driver? How would that be? <section class=...
asked by 22.09.2016 / 15:14
1
answer

payu payment gateway

Good morning friends, I want to implement the payment gateway with payu in my ionic app, I do not have the clear information about what I have to do I have seen in the documentation that I must send a form in json or xml format, but not I know w...
asked by 19.10.2016 / 14:47
1
answer

How to validate an input in angular so that it does not show error in the others if they are shown with an ng-repeat?

I have the following html to be able to add phones to a contact, I make a validation with angular so that there are not registered phones with characters if not just numbers, the problem is that if I add two phones the first one correctly and th...
asked by 14.12.2016 / 20:47
1
answer

Loading screen in Angular 6 [closed]

I have an application in Angular where it brings a lot of information from a database (more than 6000 elements). When the user clicks on a button, all those elements are displayed (they do not have to be paginated), I do that with an * ngFor, th...
asked by 13.11.2018 / 16:46