From fd82190ecc41def9ac8e70b6f1a008a74f09f148 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 12 Aug 2016 14:17:07 -0400 Subject: #302 - removed sqlite for Android (Seems to freeze for large text) Former-commit-id: 53f73da59917fa6a8c171a559721ac04bb26a2e0 --- www/js/DataModel.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 72d4fc27..56f412c3 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -154,6 +154,7 @@ angular.module('zmApp.controllers') val = val.replace(regex2, ""); } $fileLogger.debug(val); + console.log (val); } } @@ -174,6 +175,7 @@ angular.module('zmApp.controllers') //"username":"zmninja","password":"xyz", //val = val.replace(/\"password:\", $fileLogger.log(logtype, val); + console.log (val); } } @@ -474,6 +476,8 @@ angular.module('zmApp.controllers') decodedVal = val; } + //decodedVal = val; + zmDebug ("user profile retrieved:"+JSON.stringify(decodedVal)); $ionicLoading.hide(); -- cgit v1.2.3