Questions tagged as 'angularjs'

3
answers

Show or hide div with Angularjs and ng-repeat

I have an array of students which I present their names in a list and under each name two buttons that allow assigning them a positive or negative rating. What I want to do is to click on the button (positive or negative) to show a message an...
asked by 24.10.2016 / 05:39
2
answers

AngularJs 'TabsCtrl' is not a function, got undefined .Net

I was taking an internet example of how to create SPA, but I'm stuck, the issue is that it uses some modules , which are nested and create controls with dependency towards modules , the problem is that I can not use the dependencies of ui.b...
asked by 17.10.2016 / 21:54
1
answer

ng-model does not work on angulargs ng-repeat

I have the following JSON: usuarios:{ {name:pepe, telefonos:{movil:166666666, movil2:66852147}}, {name:paco, telefonos:{movil:66666666, movil2:66852147}} } and my index.html <div ng-controller="TestController"> <...
asked by 05.09.2016 / 18:30
4
answers

Select dependent on angle

Good afternoon. I'm learning angular and I do not know how to work with the select. I want to have two selections and that the second depend on the first. For example: select 1 <select> <option>Animales</option> <op...
asked by 22.09.2016 / 15:36
1
answer

does not show the value of the value in console.log

I'm trying to get the value of a group of option , which works perfectly in the browser, here the example in Plunker , but when compiling the same code to test it on a mobile device, the value still appears in the view, but...
asked by 31.05.2016 / 20:59
1
answer

Get a value instead of an object in a SELECT in Angularjs

I have the following code that shows me a series of hours from 07 to 22. What I want to know is how to get the value of the time selected in my controller and if it is possible to print on an alert. Vista html <div ng-controller="MyCtrl"...
asked by 31.05.2016 / 01:22
2
answers

Print json in an angular grid js (ionic framework)

I have the following json: [ { "id":"1", "fecha_trama":"2016-02-16", "hora_trama":"17:34:48", "Nombre":"Evaluación de riesgos", "Apellido":"Sala F", "Sexo":"10h00-10h30", "Residencia":"GESTIÓN DE P...
asked by 06.04.2016 / 06:27
1
answer

Can not read property 'push' of undefined

I have a problem implementing the ngInfiniteScroll library of angularJs with Laravel, the truth is not given with that error here my Corner Services function PostServices($http, $q, CONFIG) { return { getPots: getPots, // po...
asked by 09.05.2016 / 00:30
1
answer

ngRouter does not redirect to the specified path

I'm learning
asked by 26.08.2016 / 00:34
1
answer

Link select with AngularJS data

I request your collaboration to indicate how to link the data of an object with <select> app.controller('nombreCtrl', ['$scope', '$http', function($scope, $http) { $scope.nino = { nombre: 'Julian', sexo: 1, edad: 0,...
asked by 30.08.2016 / 14:34