diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2016-10-03 14:14:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-03 14:14:55 -0400 |
| commit | e69b00e63f06bcccafc713a46fc31847d598d419 (patch) | |
| tree | 94582a32a960488c2b3b0bc26577bc1c44e0d91a /www/js/app.js | |
| parent | a1a8d2e24f638ffe5bcf7229fcc84271aa145282 (diff) | |
| parent | 8a8b1d9766735becc351643697ea9f495767ab6a (diff) | |
Merge pull request #340 from pliablepixels/shrinking-header
initial experiments
Former-commit-id: 5194ee61e6690f8ddbdbba3e9dd14a116c9bd929
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js index 034a89c6..b543efaf 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -28,7 +28,8 @@ angular.module('zmApp', [ 'com.2fdevs.videogular.plugins.overlayplay', 'ionic-native-transitions', 'mgo-angular-wizard', - 'pascalprecht.translate' + 'pascalprecht.translate', + 'jett.ionic.scroll.sista' @@ -1265,7 +1266,10 @@ angular.module('zmApp', [ } if (window.StatusBar) { // org.apache.cordova.statusbar required + NVRDataModel.log("Updating statusbar"); StatusBar.styleDefault(); + //StatusBar.overlaysWebView(false); + StatusBar.backgroundColorByHexString("#2980b9"); } @@ -1762,7 +1766,7 @@ angular.module('zmApp', [ }, url: "/montage-history", - templateUrl: "templates/montage-history.html", + templateUrl: "templates/montage-history2.html", controller: 'zmApp.MontageHistoryCtrl', params: { minimal: false, |
