I have this function that generates an array, I need to pass to the mvc controller through JSON, but it is not passing, it follows what I'm doing:
var app = angular.module('myApp', []);
app.controller('myCtrl', function ($scope) {...
asked by
06.06.2018 / 16:47