Questions tagged as 'angularjs'

1
answer

Angularfire crashes browser when saved

Hello, I'm doing tests on Angularfire, and every time I save an object to the base, the browser crashes. The screen is up to date but I have to stop the execution of the tab and refresh the page for the browser to work properly again. Woul...
asked by 30.03.2017 / 22:01
0
answers

doubts with checkbox / angular

Personal I have this table: <table class="uk-table uk-table-nowrap"> <thead> <tr> <th class="uk-width-1-10 uk-text-center small_col"><input...
asked by 16.03.2017 / 21:12
1
answer

Invoke Service from a then () resulting from another service

The situation is as follows, from controller equipecontrol , I'm traversing a forEach , inside a then() , which has a result obtained previously by executing the getEscalacao() function, which is defined in service Eq...
asked by 08.04.2017 / 04:37
2
answers

Total Javascript Array Count:

[Object, Object, Object, Object] [Object, Object, Object, Object] [Object, Object, Object, Object] [Object, Object, Object, Object] [Object, Object, Object, Object] [Object, Object, Object, Object] It has several arrays on o...
asked by 13.03.2017 / 20:03
1
answer

Doubt with AngularJS

What's wrong with this code? I'm trying to run it, but in no way does it show me the data coming from the bank! var app = angular.module('app', []); app.controller('clienteController', ['$scope', '$http', clienteController]); functio...
asked by 14.03.2017 / 19:48
1
answer

How to "Delete Participant" without having to refresh (F5) on the page?

I have Project here where I work, and when deleting participant, retrieved from DB it is deleted, but only disappears from the page when I refresh (F5), I would like to know which line of code to insert so that this "participant" disappears as s...
asked by 21.03.2017 / 14:34
1
answer

Angle POST for ASP.MVC

I need to do a POST after a click of a button, so that this POST activates a method in an MVC controller, was testing like this: [HttpPost] public void GerarPDF() { string teste = "teste"; } The name of the Controller is ItemController,...
asked by 13.03.2017 / 16:23
1
answer

Add items Ionic

I need the values to change by clicking the + and - buttons, as in the image. I've taken an example in Plunker ( link ) and I'm trying to adapt to what I need, but I'm not having success. Could someone give me some tips? Here's what I have...
asked by 13.03.2017 / 16:41
1
answer

About the AngularJS digest loop

While working with AngularJS for some time, I've never been able to understand how your digest loop works. I would like to understand more about it.     
asked by 05.03.2017 / 17:11
1
answer

How do I Print Result of a Parse.Query in a View?

I have the following situation in View :    {{nomeCraque}} and no Angular : $scope.nomeCraque = {}; var EscalacaoObject = Parse.Object.extend("Escalacao"); var query = new Parse.Query(EscalacaoObject); query.find({...
asked by 10.03.2017 / 14:23