diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-18 15:02:19 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-18 15:02:19 -0400 |
| commit | a8fe3392481483299bb32eb1583a1f440486c70a (patch) | |
| tree | e0e21d525a41c5a9301e7b51904e172fb32b3781 /www/templates/montage.html | |
| parent | d723b0b7accedb3bde2b090adfa26fb487a1affd (diff) | |
Moved Modal Control to its own file
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index ead94684..3e3f940a 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -11,6 +11,7 @@ <ion-content padding="true" > + <div ng-controller="ModalCtrl"> <ion-refresher pulling-text="Pull to reload Monitors..." spinner="bubbles" on-refresh="doRefresh()"></ion-refresher> @@ -65,6 +66,7 @@ </div> </div> + </div> </ion-content> </ion-view> |
