diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-28 17:11:32 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-28 17:11:32 -0400 |
| commit | ddf1b45068b02851f0c157e6bbd0af58fa59fe6e (patch) | |
| tree | e9209dee0fdb119d83d8c613d0297d9b5bd15bc6 /www/templates/events-modal.html | |
| parent | 2b3011ff11cf2819d1418795f5f4b5a25a21bf3f (diff) | |
converted views to cache=false, I don't think there are significant performance hits. Also added triggers to see which views get unloaded/destroyed on exit - perf. tuning
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index d275f0a7..d6eaefb8 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -1,4 +1,4 @@ -<ion-modal-view> +<ion-modal-view cache="false"> <!-- <ion-header-bar> <h1 class="title"> @@ -15,7 +15,7 @@ <!-- replay can also be gapless --> <div ng-if="!isSimulated()"> <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> - <img ng-src="{{loginData.url}}/cgi-bin/nph-zms?source=event&mode=jpeg&event={{eventId}}&frame=1&scale=100&rate=100&maxfps=5&replay=single&user={{loginData.username}}&pass={{loginData.password}}&connkey={{connKey}}" width="100%" /> + <img ng-src="{{loginData.url}}/cgi-bin/nph-zms?source=event&mode=jpeg&event={{eventId}}&frame=1&rate=100&maxfps=5&replay=single&user={{loginData.username}}&pass={{loginData.password}}&connkey={{connKey}}" width="100%" /> </ion-scroll> </div> |
