diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-24 18:47:42 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-24 18:47:42 -0400 |
| commit | 855a0e8ddc273b58066530a1b55a946021dfc56e (patch) | |
| tree | 26550033e855a31a265fc2da4da3df0cc2733dc1 /www/templates/events.html | |
| parent | d442629aa825aab6bc55ab6be19e3aba060867fe (diff) | |
Cleaned up code, commented, preparing for HTTPS via CordovaHTTP
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 0f9a5570..12a2afc7 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -65,7 +65,7 @@ <span style="float:right"> <button class="button button-small icon icon-left ion-ios-eye" - ng-click="openModal(event.Event.Id, event.Event.Name, event.Event.Length)" >View Footage</button> + ng-click="openModal(event.Event.Id, event.Event.Name, event.Event.Length,event.Event.Frames)" >View Footage</button> </span> </div> |
