diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-29 13:32:58 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-29 13:32:58 -0400 |
| commit | a3f1e385fc0f5a99d6d19aa6fc2ebfef65533070 (patch) | |
| tree | 794e48eb5d92e5c654942a971a967d446e1b2348 /www/templates/montage.html | |
| parent | 1a57eaad4dd25afc1f59c83968bcd408300a1270 (diff) | |
added support to refresh image feeds
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 1812b8cc..f2ba8c78 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -33,9 +33,9 @@ </div> <div ng-if="isSimulated()"> - <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> + <img ng-src="img/demo.gif?rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;"> - </ion-scroll> + </div> <!-- <img ng-src="img/demo.gif?rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" />--> |
