Posts by Arthur Gonçalves • 110 points
4 posts
-
0
votes1
answer90
viewsA: Angular post for ASP.MVC
public JsonResult GerarPDF(Objeto objeto) { return Json(ObjetoRetorno, JsonRequestBehavior.AllowGet); } $scope.exibiritem= function (objetoEntrada) { …
-
1
votes3
answers1293
viewsQ: How to use ng-repeat in an object list?
How to use ng-repeat in the Region attribute of the object? Example: ng-repeat="item in objeto.RegioesFilhas Object: var objeto = { "DescricaoRegiaoVaga": "", "IdCidadeCorreios": "1",…
-
1
votes1
answer148
viewsQ: Actionresult Dynamic Route
I have two Controllers: College and Course public class InstituicaoController : Controller { // GET: Instituicao public ActionResult Index() { return View(); } public ActionResult Instituicao(string…
-
7
votes1
answer2480
viewsQ: Load list by parts using Angularjs
I want to return a query using Angularjs and, when presenting on the screen using a ng-Repeat, display only the first 10 records, and add 5 out of 5 records using the scrollbar* or just by clicking…
angularjsasked Arthur Gonçalves 110