summaryrefslogtreecommitdiff
path: root/www/js/PortalLoginCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-03 20:21:19 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-03 20:21:19 -0400
commit65869bd131cc2f05a09a0a0ca360f4c514828116 (patch)
treecfc5ec05b1e907360870814270188c7ea9da25d5 /www/js/PortalLoginCtrl.js
parent332fcc3602d3ddcceea7410926f889377b74addd (diff)
#237 and #238 -- updating push plugin to use new methods, still have work to do
Former-commit-id: 4b0705c76abe7079bf149b18ac148264db944a88
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
-rw-r--r--www/js/PortalLoginCtrl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js
index 5ac5aed6..13224271 100644
--- a/www/js/PortalLoginCtrl.js
+++ b/www/js/PortalLoginCtrl.js
@@ -184,8 +184,9 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic
if ($rootScope.tappedNotification)
{
+
var ld = ZMDataModel.getLogin();
-
+ ZMDataModel.zmLog ("Came via push tap. onTapScreen="+ld.onTapScreen);
//console.log ("***** NOTIFICATION TAPPED ");
$rootScope.tappedNotification = 0;
$ionicHistory.nextViewOptions({disableBack: true});