summaryrefslogtreecommitdiff
path: root/www/js/EventDateTimeFilterCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-21 09:15:31 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-21 09:15:31 -0400
commit7dbdc4e09de2fe24460190cead2ee317165c9453 (patch)
tree21c911dc440c808a263c347f5e3d0f8f1fff84f0 /www/js/EventDateTimeFilterCtrl.js
parentc24e0850bddaf1d96df01131f5647dea6eaf04f2 (diff)
adding returns after state.go --> seems it takes time to go and code continues to execute below it - WTF!
Former-commit-id: f1f7e2d62f47f9528d163db43fa166d088b0a819
Diffstat (limited to 'www/js/EventDateTimeFilterCtrl.js')
-rw-r--r--www/js/EventDateTimeFilterCtrl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/EventDateTimeFilterCtrl.js b/www/js/EventDateTimeFilterCtrl.js
index 4047fa1e..4b28140d 100644
--- a/www/js/EventDateTimeFilterCtrl.js
+++ b/www/js/EventDateTimeFilterCtrl.js
@@ -23,6 +23,7 @@ angular.module('zmApp.controllers')
}, {
reload: true
});
+ return;
}
};
@@ -54,6 +55,7 @@ angular.module('zmApp.controllers')
"id": 0,
"playEvent":false
});
+ return;
//$ionicHistory.goBack();
};