Questions tagged as 'angularjs'

1
answer

height of ng-repeat is zero

why does zero leave size in height from the div with id="box2"? the size should be the sum of all json items var app = angular.module("myApp", []); app.controller("myCtrl", function($scope) { var box1=document.getElementById("...
asked by 22.08.2017 / 22:24
0
answers

TypeError: Can not read property 'output' of undefined

I see an error, which I interpret happens because the method I try to call or invoke does not exist. The strange or strange of all this, is that I use the same way to inject the service, and this error does not occur, well without further ado, I...
asked by 05.08.2017 / 20:57
0
answers

Get email via Facebook Graph API

I am creating an application with AngularJs and I would like to login to Fb, I am using the Graph API of Facebook and it returns all the data except the email. this is my function: $scope.me = function() { Facebook.api('/me?fields=name,em...
asked by 22.08.2017 / 00:37
1
answer

How to generate a different total per row?

I have the following code: <td ng-repeat="actividad in actividades | filter:{circular_id: puntuacion.circular_id, tipo_a_id: 1}"> <span ng-repeat="puntuacion in puntuaciones | filter:{club_id: club.id, actividad_id: activida...
asked by 31.08.2017 / 00:16
1
answer

How to select an element of the DOM for its id in ionic2

I have an element in DOM that is as follows: <input type="text" id="miElemento" class="miElemento"> <ion-item class="input_float"> <ion-label floating >Nombre:</ion-label> <ion-input class="x" id="nomb...
asked by 17.08.2017 / 22:19
0
answers

Building app with REST API in Symfony3 and AngularJS, problems with routing

Good morning, This time I am developing a new application and I am going to build the app with a REST API in Symfony3 and the frontend that consumes the API in AngularJS , I have several doubts and I hope you can help me, they ar...
asked by 31.07.2017 / 17:39
1
answer

how can I do a report grouped by rows in angularjs with ng-repeat

How can I do to have a result like the second table?    Appointment in block   This is my json [{id: "211", Pedido_id: "50", Producto_id: "17", Proveedor_id: "3", Cantidad: "25",…},…] 0 : {id: "211", Pedido_id: "50", Product...
asked by 24.07.2017 / 01:29
1
answer

How to show data with formats in a pdf

I have a textarea with an editor to send data with formats such as in bold, bullets, etc. and when I show that data in a pdf it shows them as follows: <p><b>LUGAR: </b>En estudio</p><p><b>CAPELLÁN:<...
asked by 08.08.2017 / 04:16
0
answers

send JSON to angle controller

Greetings, I am creating an editing environment for use cases, I use the FabricJS library. To create the elements of the diagram I use the following code: (I use images) var canvas = new fabric.Canvas('pizarra'); var HideControls = { '...
asked by 07.08.2017 / 19:42
1
answer

how or with what do I execute the route or function of a web application?

I have a system or device that sends data to the database, when that data arrives I have a function that executes them and sends other data in response to the database. the question is, how can I make that function run always without having to o...
asked by 22.07.2017 / 20:31