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
Your comment angular/angular.js#2833 (comment) seems to fix the issue indeed. I'll watch the angular.js issue, and I close this one to keep things clean. Thank you
I've encountered an odd behavior when I try to access my Angular app with its full URL (with index.html).
Here is a Plunker to explain:
http://plnkr.co/edit/mbPBX7VFZBuyn0QZwDbc
To see what I am talking about, open the result in a separate window, and append /index.html like:
http://run.plnkr.co/[internal_id]/index.html
You'll see that the URL is changing to:
http://run.plnkr.co/[internal_id]/index.html#/index.html
Have I done something wrong?
Thank you for this awesome Angular module.
The text was updated successfully, but these errors were encountered: