Questions tagged as 'angularjs'

1
answer

Error in input with ui-bootstrap does not show the results

I'm trying to show a result in a input type autocomplete making a request get but it does not show the results ... angular.module('ui.bootstrap.demo', ['ngAnimate', 'ui.bootstrap']); angular.module('ui.bootstrap.dem...
asked by 21.05.2018 / 16:41
1
answer

Error handling in Angular with inject

I recently asked how to get errors js in Angular 1.6 but now I'm having a problem trying to inject $http to factory . I get the following error: Circular dependency found: $rootScope <- $http <- $exceptionHandler <- $...
asked by 13.04.2018 / 17:27
1
answer

How can I load an angle4 module into an angular1?

Good day. How could I load a module that I have in a web app with angular4, in an application with angular1?     
asked by 16.04.2018 / 18:02
1
answer

How to login at angle 5?

I'm trying to do it with httpclient but I do not get the goal this is my code import { Component } from '@angular/core'; import {HttpClient} from '@angular/common/http'; import {SessionStorageService} from 'ngx-webstorage'; import { Router } f...
asked by 27.02.2018 / 20:16
1
answer

Keep a variable in session

I have on my controller: app.controller //ESTO ME DEVUELVE UN LISTADO DE VARIABLES POR EJM // [ {name:variable1, valor:2}, {name:variable2, valor:5} ] $scope.variables = TestService.loadVariable() This is shown in the view and everythi...
asked by 05.02.2018 / 13:11
1
answer

How do I know in which text field the cursor is located?

I am using angularjs and I need to know in which text field the cursor is located ?, I have a problem, it is that I create a keyboard on the screen and it writes depending on the text field where the cursor is since there are more than three tex...
asked by 04.02.2018 / 07:48
1
answer

Problems with installing angular cli

when trying to install the angle cli using sudo npm i @ angular / cli I get this error npm WARN saveError ENOENT: no such file or directory, open '/Users/Luis/package.json' npm notice created a lockfile as package-lock.json. You should comm...
asked by 04.02.2018 / 16:58
1
answer

Go through a list with angularjs

I have an error saving a list in angularjs when checking with is sending data when saving $scope.agregarTecnologiaSeleccionado = function (tecnologia) { $scope.solicitud.IdSolicitudTecnologia = tecnologia.Id;...
asked by 19.02.2018 / 18:46
1
answer

ui-sref does not work in bootstrap navbar

I am using AngularJS v1.6.9, Bootstrap version 3.3.0 and ui-router version v1.0.15 when adding the ui-sref in the bootstrap navbar, it does not change the state, nothing happens when I click on some menu options. <nav class="navb...
asked by 01.03.2018 / 19:32
2
answers

How do I solve this error of the cors in ionic3?

I need to fix that error that appears in the app's console.     
asked by 19.01.2018 / 13:48