From cc6d8a9efcc4206f382cfd9915fce6be488881d5 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 1 Nov 2015 18:02:35 -0500 Subject: nots --- www/js/app.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 45b5f56c..a5e0d07c 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -566,7 +566,13 @@ angular.module('zmApp', [ if (ZMDataModel.isLoggedIn()) { console.log("State transition is authorized"); + return; + } + else + { + + } if (requireLogin) { -- cgit v1.2.3