diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-10 20:24:23 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-10 20:24:23 -0400 |
| commit | ff36c7d3135246ce68f782cabf6d92a3f762d2fd (patch) | |
| tree | 2f278421a88a8dd193e42b800083d2e29f9cdbde /www/js/DataModel.js | |
| parent | ec3d0f8eca32d97a3d425475fdb162cb41c3c3bf (diff) | |
updated test
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index cc1b0b89..cd08bcfd 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -28,7 +28,7 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion // This is really a test mode. This is how I am validating // how my app behaves if you have many monitors. If you set simulationMode to true // then this is the function that getMonitors and getEvents calls -//test + var simulation = { fillSimulatedMonitors: function (cnt) { var simmonitors = []; |
