Allow older Android versions

This commit is contained in:
Matias Pando 2014-12-20 08:23:32 -03:00
commit 728ae3ec0d

View file

@ -145,7 +145,7 @@ angular
} }
$rootScope.$on('$routeChangeStart', function(event, next, current) { $rootScope.$on('$routeChangeStart', function(event, next, current) {
if (unsupported) { if (unsupported && !isCordova) {
$location.path('unsupported'); $location.path('unsupported');
return; return;
} }