commit | f4b851752f051f11d2085e56235a8991efd57a79 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Jan 11 09:56:02 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Jan 11 14:50:30 2017 -0800 |
tree | eb735cb6ba26f182e4a529d9679c88e84a2bebf0 | |
parent | ac8c8c29f4d942a8cb0b3b9ca54c4f0f56cb59ea [diff] [blame] |
Moved SPA to port 4000 #CORD-712 Change-Id: Ic637222b6a15419e5f2629c4ceacc19394f0aa3a
diff --git a/src/index.ts b/src/index.ts index c23c075..e925e08 100644 --- a/src/index.ts +++ b/src/index.ts
@@ -85,6 +85,7 @@ // save the last visited state before reload const lastRoute = window.location.hash.replace('#', ''); + // TODO this must be triggered only when user is authenticated // Dinamically add a core states ModelDefs.get() .then((models: IModeldef[]) => {