Questions tagged as 'angularjs'

1
answer

Tools for Stress Testing in Angular JS?

How are you? I'm looking for testing tools that will help me to Angular JS. JMeter can not stand it. I've been researching other tools, and Gatling is the closest, but he does not have the metrics to know how long the server goes down. Do you...
asked by 29.05.2018 / 19:47
0
answers

I can print the entire object but not an element of the object js

I'm working on Angular. Through a Factory I send an object to the Controller and I want to work with that object but I can not access the elements of the object, but if I make a console.log () of the object, then it shows me all the data....
asked by 17.01.2018 / 16:02
1
answer

Show a blob in firefox

I'm trying to show a PDF on an HTML page but it does not show anything in firefox, I tried it in chrome and there it shows, using the following code. <div ng-if="downloaded"> <object ng-bind="pdfcontent" data="{{pdfcontent}}...
asked by 30.08.2017 / 23:32
3
answers

Prolong login session to angular

I comment, I have made a website in which for the topic of login and registration I use php with mysql. But in the front end I have an application with angularjs and in one of the sections I want to filter by the id of the current connected user...
asked by 05.10.2017 / 12:31
0
answers

Insert image in an AngularJS object [closed]

I am trying to insert an image to the attribute pendingConfirmation as you can see below and I get error of sintax $scope.colors = { status: { interested: "", pendingConfirmation: "{ background :...
asked by 02.10.2017 / 17:28
1
answer

Routing problem of a child module

I have a problem with routing that I can not fix. I try to access the path / admin / login and it directs me to the root with a blank page and the following error in the console: ZoneAwareError {__zone_symbol__error: Error: Uncaught (in pr...
asked by 17.04.2017 / 10:08
1
answer

Error consuming a REST API service with the POST method using AngularJS

I am consuming a REST API service with angularJS and the POST method, but when consuming the service, it sends me a request with the OPTIONS method. I do not understand why? I have read and leave in the web.config of the site t...
asked by 07.06.2017 / 22:36
1
answer

How to connect Angularjs2 with the server?

I am trying to make a connection of Angularjs2 with the server but I have not been able to, I will place the code of my file "app.ccomponent.ts" to give more explanation: import { Component } from '@angular/core'; import { OnInit } from '@angu...
asked by 08.08.2017 / 00:57
0
answers

Cross Domain in Cordova

I am developing an application with Ionic v1 , I am also using the Cordova , Geolocation plugin. The problem is that when the application runs on Android ( Ionic Run Android ) the following error message appears:    Only secure origin...
asked by 25.01.2017 / 18:38
0
answers

Query about socket.io and pub sub redis [closed]

I'm doing a bot using socket.io and pub sub with redis (I know it's not necessary but I'm using it for other things as well), the problem is that it bounces repeated data. This is the script that controls the sending of data chat.js...
asked by 16.01.2017 / 14:17