diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 13:45:55 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 13:45:55 -0400 |
| commit | 7cf92cccfe8165f7cafbc3556abbdd1c5abd2a09 (patch) | |
| tree | e89b236f9d88bd07be9c32e9e2bdc708844bc192 /www/js/DataModel.js | |
| parent | bca4a0c0524c592f315356002475a44de6cc951e (diff) | |
adjusted http large timeout for long apis
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index d85c4a5c..7f84d9aa 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -39,6 +39,10 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion $fileLogger.log(logtype, val); } + + //-------------------------------------------------------------------------- + // Banner display of messages + //-------------------------------------------------------------------------- function displayBanner (mytype, mytext, myinterval, mytimer) { var contentBannerInstance = $ionicContentBanner.show({ @@ -390,7 +394,7 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion //----------------------------------------------------------------------------- // - //----------------------------------------------------------------------------- + //----------------------------------------------------------------------------- setMonitors: function (mon) { console.log("ZMData setMonitors called with " + mon.length + " monitors"); monitors = mon; |
