diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-01-27 07:03:27 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-01-27 07:03:27 -0500 |
| commit | 8e76c15b8e83d04526e5b913d413224f5dd5db97 (patch) | |
| tree | 0ca971a76f187f86ec671852e3f6b3db9d0c169b /www/templates/montage-history.html | |
| parent | 5cc46bc100854fdff70498be83747597a4f2ea03 (diff) | |
#155 - for Android only - added exit app on background option, default on
Former-commit-id: 3b67465e4358895d6d7bf3967dba9aafd5141c9a
Diffstat (limited to 'www/templates/montage-history.html')
| -rw-r--r-- | www/templates/montage-history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 6a935c15..d895457a 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -44,7 +44,7 @@ - <div class="timeline_text" ion-datetime-picker ng-model="datetimeValue.value" > + <div class="timeline_text" ion-datetime-picker ng-model="datetimeValue.value" ng-change="dateChanged()"> <b>Tap to change: {{datetimeValue.value | date: "yyyy-MMM-dd hh:mma"}} @ {{sliderVal.rate}}x</b> </div> |
