Posts by Manhatam • 13 points
1 post
-
1
votes1
answer1025
viewsQ: How to search for files by name
I am 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,…