From 102cddc04792f0f1a097d46f71ee914c0e8bd545 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 13 Jul 2016 13:57:34 -0400 Subject: if you switch to background mode during creating a new login setup it recovers this data Former-commit-id: fbdc6a632284dbb4012e3d612e43d989708473ae --- 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 bc0b5a9a..bd699971 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -201,6 +201,10 @@ angular.module('zmApp.controllers') // used by various controllers to log messages to file //------------------------------------------------------------- + isEmpty: function (obj) + { + return isEmpty(obj); + }, zmLog: function (val, type) { var logtype = 'info'; -- cgit v1.2.3