I know that this question was previously asked here: Read local file in AngularJS
But I was just wondering if anyone has a better method than simple making a http request for the local file. I am currently using the http call method of opening a file, but the problem is that this method does not seem to work on chrome unless I host the json file on a web server. It will, however, work on firefox.
Does anyone have a solution that works well on chrome and does not host the file on a server of some sort? Any ideas?