Allow older Android versions
This commit is contained in:
parent
f24d1c7347
commit
728ae3ec0d
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ angular
|
|||
}
|
||||
|
||||
$rootScope.$on('$routeChangeStart', function(event, next, current) {
|
||||
if (unsupported) {
|
||||
if (unsupported && !isCordova) {
|
||||
$location.path('unsupported');
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue