angular load local json file via services
问题 I am trying to load a local json file within the same directory as my service file. No JS errors and under the Net tab, I can see that the json file loaded. Yet setting the response txt to the var "static_obj" doesn't load JSON data. When I have the JSON data hard coded var WEBTEST = {} it loads just fine. Why? 'use strict'; webTestApp.factory('webtest', function ($q, $timeout) { var Webtest = { //Methods exposed for the class fetch: function(callback){ //fetch the data from below hard coded