diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-02-19 15:59:36 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-02-19 15:59:36 -0500 |
| commit | a319b93ad643b30fe85d435f9416f9a3e78b2ae4 (patch) | |
| tree | cc18532c8756d8e47c23785ec948bbf78f010dc5 | |
| parent | 3a8b823d1aebf30fc394a4eeae4b6babf0c2aeba (diff) | |
A test commit
| -rw-r--r-- | www/js/MonitorModalCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index 11281ead..294dbc2f 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -831,6 +831,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ req.success(function(resp) { + //console.log("SUCCESS: " + JSON.stringify(resp)); $ionicLoading.hide(); }); |
