Navigation Menu

Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Jul 25, 2017
1 parent 4818dbb commit 42f3997
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/scripts/controllers/daily_check_in.js
Expand Up @@ -408,7 +408,7 @@ angular.module('livewellApp').controller('DailyCheckInCtrl', function($scope, $l
if (clinicalStatusJson == undefined) {
clinicalStatus = {
currentCode: 1,
version: 1
version: 0
};

clinicalStatusJson = JSON.stringify(clinicalStatus);
Expand Down
3 changes: 1 addition & 2 deletions www/scripts/controllers/settings.js
Expand Up @@ -6,8 +6,7 @@
* # SettingsCtrl
* Controller of the livewellApp
*/
angular.module('livewellApp')
.controller('SettingsCtrl', function($scope) {
angular.module('livewellApp').controller('SettingsCtrl', function($scope) {
$scope.pageTitle = 'Settings';
$scope.times = [{
value: "00:00",
Expand Down
2 changes: 2 additions & 0 deletions www/scripts/controllers/weekly_check_in.js
Expand Up @@ -77,6 +77,8 @@ angular.module('livewellApp').controller('WeeklyCheckInCtrl', function($scope, $
} else {
$scope.coachEmail = ''
}

// Make new PR reading for weekly clinical reachout...

if (amrsSum >= 10) {
(new PurpleRobot()).emitReading('livewell_clinicalreachout', {
Expand Down

0 comments on commit 42f3997

Please sign in to comment.