Questions tagged as 'angularjs'

0
answers

Problems consuming api rest from angular

I have a api rest with a cors filter package com.constellation.market.config; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.Servlet...
asked by 29.03.2018 / 18:50
0
answers

How to perform a GET by ID and by Name in AngularJS?

I'm pretty new working with angular and node js. My problem is that I have a GET to search by ID (it works correctly), but I would like that depending on a radio bottom it will also search for me by name. Then I just get him to look for one of t...
asked by 26.03.2018 / 15:46
0
answers

because it returns a full object and then returns as undefined, angularjs?

I am working on an employee performance appraisal application and I am in the assignment part of employees (subordinates) to bosses (superiors). I have the following table that shows the list of employees, but only when the user type is boss,...
asked by 25.03.2018 / 06:04
0
answers

Problem showing a loading gif (AngularJs, javascript)

I have a problem and I do not know what to do and how to fix it, I'm doing a system (with AngularJs, javascript) which loads large excel files, so it takes a while to process the data, so choose for putting a gif of loading when this happens. Th...
asked by 21.03.2018 / 13:38
1
answer

Problem making requests to an api rest from angular 5

I have an api rest that I try from the postman and I get an answer without problems. "content": [ { "username": "john.doe", "password": "$2a$10$l1uYkX5AX3pul86A3O5mgujwff6dYDCepixCGwyMjslWP3frCoSpi", "firstName": "J...
asked by 29.03.2018 / 16:13
1
answer

Problem with Angular BlockUI - (AngularJS - Javascript)

I have the following problem, I need to block the UI when I upload a file and it is being processed, for this I use Angular BlockUI , but the problem is that the screen is blocked once the process is finished and not during it. var proc...
asked by 22.03.2018 / 13:17
0
answers

PROBLEM WHEN TRAVELING AN ARRAY WITH ANGULARJS AND JSON

I have a problem creating 2 select dependents (select a state in the first select and that it deploys the municipalities only from that state) with Angularjs, the data is obtained through the $ http service in JSON format, the problem that I hav...
asked by 13.03.2018 / 21:04
0
answers

Error copying these lines

import { TranslateModule, TranslateLoader } from '@ngx-translate/core'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; import { HttpClientModule, HttpClient } from '@angular/common/http'; export const createTranslateLoader = (...
asked by 13.03.2018 / 18:23
1
answer

problem with initializing object array because of the property of the variable

I have the following classe or model: export class Cuota{ constructor( public _id: string, public name: string, public description: string, public precio: number ){} } at the time of initializing thi...
asked by 13.03.2018 / 17:55
1
answer

Error with the constructor and services

constructor(private pdpService : PdpService, private tostr : ToastrService) { } ngOnInit() { this.pdpService.getData(); this.resetForm(); } What is inside the constructor does not show me the form with which I am working. If I take ou...
asked by 06.03.2018 / 14:01