fix update on resume

This commit is contained in:
Matias Alejo Garcia 2015-04-28 19:26:22 -03:00
commit 9abccdba41
4 changed files with 31 additions and 13 deletions

View file

@ -448,9 +448,6 @@ angular
case 'resume':
$rootScope.$emit('Local/Resume');
break;
// case 'online':
// // $scope.$emit('Local/Online');
// break;
case 'offline':
$rootScope.$emit('Local/Offline');
break;