summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 7f84d9aa..b584fc0c 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -501,7 +501,14 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion
} else {
console.log("**** PAGE WAS " + pageId);
}
+
+ // Simulated data
+
+ // myurl = "https://api.myjson.com/bins/4jx44.json";
+
console.log (">>>>>Constructed URL " + myurl);
+
+
$http.get(myurl /*,{timeout:15000}*/ )