Controllers loading twice

I am using a side-bar with links that route to nav-pages. each time I click a link the controllers load twice. In the routing stack I get things like ["/user", “/user/”, “/login”, “/login/”] … is this normal?

I’ve fought with this before too on non-ionic projects. Try this answer. If it doesn’t work, buzz back

That works! thankyou.