I am new to angularjs and I've been searching on the web the whole day just to find a solution in getting data from a local json file without having to use a localhost for my webapp. Unfortunately, I haven't found any. I tried using $http.get but I get Cross Origin * error.
Is there no other way that I could get the data from my local json file without having to locally host my webapp?
Does angularjs have any other function to get data from local json files without having to use its $http.get?