Skip to content

Commit 6bd198d

Browse files
committed
tests(history): fix broken validation from cef6708
1 parent 32da5cd commit 6bd198d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/service/history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ function($rootScope, $state, $location, $window, $timeout, $ionicViewSwitcher, $
693693
extend(nextViewOptions, opts);
694694
if (nextViewOptions.expire) {
695695
deregisterStateChangeListener = $rootScope.$on('$stateChangeSuccess', function() {
696-
nextViewExpireTimer = $timeout(function(){
696+
nextViewExpireTimer = $timeout(function() {
697697
nextViewOptions = null;
698698
}, nextViewOptions.expire);
699699
});

0 commit comments

Comments
 (0)