summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-21 19:11:18 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-21 19:11:18 -0400
commit09a2f3ccfe1afd1de54ecc8bef52540279dcd641 (patch)
tree2d555266cb533e998c71165e33488c1e6f2ebf7e /www/js/DataModel.js
parent813554dbbb4f36b4eea0218c06ce5f26c195e9b8 (diff)
never mind - stuff that was done for testing
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}*/ )