You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Hi i have the following markup:
And a route (but this applies to all my routes)
When a browse directly to (meaning i type into the address bar)
/roundtables' the
roundtableController` is initialised twice.If i enter the url
/roundtables/
(has trailing slash) the controller is initialised only once.If i take my ng-view and put it outside of the ng-switch i do not get this behaviour.
All angular files loaded with:
The text was updated successfully, but these errors were encountered: