Open vitorbaptista opened 11 years ago
For example, if you access http://weiss-staging.herokuapp.com/#/treemap/ instead of http://weiss-staging.herokuapp.com/#/treemap, it won't work. That's because our routes map /#/treemap/ to the state treemap.funcao, instead of just treemap.
/#/treemap/
treemap.funcao
treemap
It's not critical, as it's OK to consider that people will only use links we generate. But it would be good to fix, if it was easy.
For example, if you access http://weiss-staging.herokuapp.com/#/treemap/ instead of http://weiss-staging.herokuapp.com/#/treemap, it won't work. That's because our routes map
/#/treemap/
to the statetreemap.funcao
, instead of justtreemap
.It's not critical, as it's OK to consider that people will only use links we generate. But it would be good to fix, if it was easy.