diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-17 13:48:55 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-17 13:48:55 -0400 |
| commit | 7b2e633b9619909f0bd43007ee152a1e4154ef0a (patch) | |
| tree | 66f2cd6eafff165239303eb7e7ee09ea0bc1eb5c /www/js/TimelineCtrl.js | |
| parent | 24c83d6a716f3de8c005cbfed04db3ee8f978827 (diff) | |
#250 - you can now put a min alarm count in dev settings that is honored in all (hopefully) screens
Former-commit-id: af9e73c877fc32709b6ef8b41781f5eaf7afbcd1
Diffstat (limited to 'www/js/TimelineCtrl.js')
| -rw-r--r-- | www/js/TimelineCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index b6b053b4..5dc5129c 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -69,7 +69,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla // console.log("Toggling"); var ld = ZMDataModel.getLogin(); - ld.minAlarmCount = ld.minAlarmCount == "0" ? "1" : "0"; + ld.enableAlarmCount = ld.enableAlarmCount == "0" ? "1" : "0"; ZMDataModel.setLogin(ld); |
