I'm trying to search through names in a folder containing several different JSON files.
var app = angular.module('myApp', []);
app.controller('customersCtrl', ['$scope','$http',function($scope, $http){
$scope.buscar = function(name){...
asked by
28.04.2015 / 04:36