summaryrefslogtreecommitdiff
path: root/www/js/EventsGraphsCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventsGraphsCtrl.js')
-rw-r--r--www/js/EventsGraphsCtrl.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/js/EventsGraphsCtrl.js b/www/js/EventsGraphsCtrl.js
index 8a082db5..8523a5c7 100644
--- a/www/js/EventsGraphsCtrl.js
+++ b/www/js/EventsGraphsCtrl.js
@@ -8,6 +8,23 @@ angular.module('zmApp.controllers').controller('zmApp.EventsGraphsCtrl', functio
$ionicSideMenuDelegate.toggleLeft();
}
+ $scope.$on('$ionicView.loaded', function(){
+ console.log("**VIEW ** Graph Ctrl Loaded");
+ });
+
+ $scope.$on('$ionicView.enter', function(){
+ console.log("**VIEW ** Graph Ctrl Entered");
+ });
+
+ $scope.$on('$ionicView.leave', function(){
+ console.log("**VIEW ** Graph Ctrl Left");
+ });
+
+ $scope.$on('$ionicView.unloaded', function(){
+ console.log("**VIEW ** Graph Ctrl Unloaded");
+ });
+
+
$scope.navTitle = 'Tab Page';
$scope.leftButtons = [{
type: 'button-icon icon ion-navicon',