-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Extra #/page in url #698
Comments
This is strange. Are you sure it is linked to |
I'm using AngularJS 1.1.5 (latest). I managed to nail down the problem to ui.bootstrap.dropdownToggle and the fact that it references $location. If I comment out the module code and comment out $location reference, everything works fine. ui is 0.5 snapshot. ui util is 0.0.3 I haven't been able to repro it yet in plnkr |
Interesting... I think I saw a bug for this opened for AngularJS. Does it happen with 1.0.x as well? A minimal plunk would be awesome, I can try to track down both bugs in AngularJS and this project. |
It seems to work fine with 1.0.7. So it's something with 1.1.5 |
I think this is the issue in 1.1.5 that's causing the problem: angular/angular.js#2860 |
you're right @slav - not a bug with bootstrap. |
Whenever I reference ui.bootstrap in my module as soon as page is loaded extra #/page is added.
So, if I had localhost/page1/page2 I end up with localhost/page1/page2#/page2
Any idea what might be causing this?
The text was updated successfully, but these errors were encountered: