I have the following scenario:
var myApp = angular.module('myApp',[]).controller("MyCtrl", MyCtrl);
function MyCtrl($scope) {
$scope.telas = [{"ID":1,"Nombre":"Beige","Marca":{"ID":1,"Nombre":"Genérica"},"Material":{"ID":1,"Nombre"...
asked by
15.10.2017 / 21:15