Questions tagged as 'angularjs'

2
answers

how to filter with labels in angularjs?

I would like to be able to filter by sex by clicking on an anchor but I do not know how to get the value. I tried like this: <a href="#" ng-value="mujer" ng-model="busqueda.nombre">Mujeres</a> <tr ng-repeat="persona in pers...
asked by 19.07.2018 / 07:13
0
answers

Show by window mockeados data

I'm trying to show some data mockeados (removed from an API) to show them by window and I'm a little lost. This HTML does an include of another HTML that is where the call is made to the services part, in this case the mockeados data that I p...
asked by 25.07.2018 / 11:38
0
answers

Problem with the ng-include

I was watching videos to learn the angularjs for web pages, I found a problem with the ng-include , I do not know if the way or the video is old, my code is: Index.html : <div ng-include="menuSuperior"></div> app.js :...
asked by 25.06.2018 / 17:55
0
answers

Access-Request-Headers in angularjs and c #

In the angularjs part I have this part of the code to show the request-headers from the web: $http.defaults.headers.common["User"] = "MjM="; $http.defaults.headers.common["Password"] = "MjM="; $http({ method: "GET", url: "http://lo...
asked by 24.05.2018 / 10:06
1
answer

MEAN stack installation error

I am installing the MEAN Stack (MongoDB, Express, AngularJS, NodeJS) in ubuntu 16.04 when installing mongo I get the following error .. someone has solved this before? Annex screnshot Thanks in advance!     
asked by 21.05.2018 / 05:15
1
answer

how to make a query with a parameter in angularjs

I need help I am new at angularjs and I am attentive when making a query with parameter could you help me I mark error in the post, someone who could guide me the code is the following angularjs controller $scope.GetArticulos = function () {...
asked by 17.05.2018 / 19:06
3
answers

TypeError: Can not read property 'name' of undefined

I have the following code in a service and it sends me the following error by console:    Error: Uncaught (in promise): TypeError: Can not read property 'name'   of undefined TypeError: Can not read property 'name' of undefined Apparently...
asked by 27.06.2018 / 23:45
0
answers

Consult registration within a foreach

I am listing the records from MySQL, there I consult three tables, users, registers, courses, the table that I show is currently with the users' registers, but with the id of the user I should consult in the table records by the id of the user t...
asked by 24.04.2018 / 07:36
0
answers

Repeated service request with options

The code makes the request to the service only once: however the service is called twice by the WEB page, the first time with Request Method: OPTIONS (with empty response) and the second time with Request Method: GET (with the response of the...
asked by 14.05.2018 / 05:39
1
answer

Scope is overwritten by having several instances of the same angularjs component

My doubt is that I have a component in angularjs that I want to use several times on the same page, passing different parameters. This component has a multiselect inside ( link ). So I have defined my component: angular.module('app') .comp...
asked by 25.04.2018 / 10:03