Questions tagged as 'ng-repeat'

2
answers

sum of values with ng-repeat

Good evening I'm having a problem adding values with ng-repeat object 1 COMISSAO_CORRETOR: "5.0" CPF_CONTRATO: "xxx.xxx.xxx-xx" NUMERO_CONTRATO: "1234567" VALOR_BRUTO: "70000.00" VALOR_COMISSAO: "3500.00" VALOR_LIQUIDO: "70000.00" obj...
asked by 01.09.2015 / 00:06
2
answers

Problems with ng-repeat

I have a problem with ng-repeat, can you help me please? php code public function listar_extras() { $data = json_decode(file_get_contents("php://input")); $tamanho = $data->tamanho; $sPizza = $data->sPizza; $cont = 0;...
asked by 03.03.2016 / 18:41
1
answer

Fill input dynamically with angle

Friends, help me make a script in which I can add words to an input, at the click of a button. The words should be side by side and separated by virgular:    word1, word2, word3 This gives me an input, as I add, with the filled-in value,...
asked by 24.03.2015 / 13:06
1
answer

Using ng-style for a boolean variable within a ng-repeat angularjs

I have a listing like this: <tr md-row md-select="cali" md-select-id="name" md-auto-select ng-repeat="cali in vm.calibracoes"> <td md-cell>{{cali.idCalibracao}}</td> <td md-cell>{{cali.pessoa.nome}...
asked by 01.12.2018 / 18:55
0
answers

Popular a chart with Angular 1.x

Good night guys, I have a problem that I can not resolve. I need to populate any graph using data returned from an API. I'm using c3chart (if anyone knows). I have the following data structure: { cidade: 'Rio de Janeiro', data: [...
asked by 25.07.2018 / 03:34
1
answer

Angular ng-repeat asynchronous

I'm using Angular 1.6.10 to show the data of an API, as the search of the data is asynchronous, I believe ng-repeat is executed before the data is loaded: angular .module('appDataPOA', []) .controller('controllerDataPOA', async funct...
asked by 19.05.2018 / 19:01
1
answer

Remove information from within an array with angle

I have an array with some information and it always comes with 4 numbers in front of the names: {id: 1810, name: "2652joaodasilva", username: "", password: ""} {id: 2744, name: "3704DiegoSerri", username: "", password: ""} I would like to...
asked by 28.03.2018 / 21:27
1
answer

AngularJS - ng-repeat is not working

Good afternoon, I made the following code: link . Accessing the JSFiddle, you can see that the Angle shows the title that is in the controller, but does not show any data related to the array. How do I resolve this issue? HTML <div ng-a...
asked by 03.11.2017 / 19:29
1
answer

Angular.js dynamic filters

How can I make a variable to be transformed into a value like in the example: ng-repeat="op in opportunityUnica | filter: ReferenceCode = 'VARIABLE'"?     
asked by 15.03.2017 / 16:31
1
answer

Why does null-repeat of AngularJS not work in Bootstrap Modal?

In my project, I've used a nesting of ng-repeat to mount multiple checkbox dynamically, allowing the user to merge filters , which works perfectly < in> controller loads the lists. Now, the user asked to place these filters w...
asked by 09.01.2017 / 21:12