abstract-state-router
Advanced tools
Comparing version 7.3.0 to 7.3.1
@@ -526,6 +526,7 @@ 'use strict'; | ||
activeStateResolveContent = extend(activeStateResolveContent, stateResolveResultsObject); | ||
return series(reverse(stateChanges.destroy), destroyStateName).then( | ||
() => renderAll(stateChanges.create, extend(parameters)).then(activateAll), | ||
() => { | ||
activeStateResolveContent = extend(activeStateResolveContent, stateResolveResultsObject); | ||
return renderAll(stateChanges.create, extend(parameters)).then(activateAll) | ||
}, | ||
) | ||
@@ -532,0 +533,0 @@ })) |
{ | ||
"name": "abstract-state-router", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "Like ui-router, but without all the Angular. The best way to structure a single-page webapp.", | ||
@@ -5,0 +5,0 @@ "main": "bundle.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86398
559