summaryrefslogtreecommitdiff
path: root/www/js/DevOptionsCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-21 09:09:22 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-21 09:09:22 -0400
commitd99c6ffb8ed5b05101dd1d89585cd4bd622262d9 (patch)
tree47c82d6974b8d47de3aa8746b1fb443dec47f9bb /www/js/DevOptionsCtrl.js
parenta0d5234fe7c16d78c243079fae0b9a4798cdcd0b (diff)
#228 initial code
Former-commit-id: a3de04e4b05eecb335611d1ba720548c25c6e8ef
Diffstat (limited to 'www/js/DevOptionsCtrl.js')
-rw-r--r--www/js/DevOptionsCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js
index 3196acbc..a85322cd 100644
--- a/www/js/DevOptionsCtrl.js
+++ b/www/js/DevOptionsCtrl.js
@@ -21,7 +21,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope'
{
$rootScope.alarmCount="0";
$ionicHistory.nextViewOptions({disableBack: true});
- ZMDataModel.$state.("events", {"id": 0}, { reload: true });
+ $state.go("events", {"id": 0}, { reload: true });
}
};