mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Merge branch 'master' of https://github.com/Poniverse/Pony.fm
This commit is contained in:
commit
c8cad79b9f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module.exports = angular.module('ponyfm').controller "application", [
|
|||
try
|
||||
$injector.invoke(preloader, null, {$state: stateToInject}).then ->
|
||||
statesPreloaded[newState] = true
|
||||
$state.transitionTo newState, newParams
|
||||
$state.transitionTo newState, newParams, {location: 'replace'}
|
||||
catch error
|
||||
$state.transitionTo newState, newParams
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue