This commit is contained in:
Matias Alejo Garcia 2014-12-06 18:50:27 -03:00
commit 8aa4d93f8f
2 changed files with 6 additions and 2 deletions

View file

@ -20,6 +20,10 @@ angular.element(document).ready(function() {
startAngular();
}, false);
document.addEventListener('pause', function() {
window.location = '#!';
});
} else {
startAngular();
}