add offline handlers for devices

This commit is contained in:
Matias Alejo Garcia 2015-04-13 17:09:33 -03:00
commit 2883932bc9
2 changed files with 6 additions and 6 deletions

View file

@ -436,9 +436,9 @@ angular
// case 'online':
// // $scope.$emit('Local/Online');
// break;
// case 'offline':
// // $scope.$emit('Local/Offline');
// break;
case 'offline':
$scope.$emit('Local/Offline');
break;
};
go.walletHome();
}