-
Notifications
You must be signed in to change notification settings - Fork 27.4k
fix($location): back-button not triggering $locationChangeStart #2206
Conversation
LGTM. I've verified that this fixes the $location bug: nicely done @quazzie. Would you mind squashing your two commits into one? I can walk you through that if you'd like. |
Please describe how and I'll do it. But if it requires anything other than a browser and github it will have to wait until monday. I'm away and don't have access to computer. |
Yeah you'll need a computer. I'd do it for you but it's a good thing for you to learn. First read up on rebasing. Then give this a shot and let me know how it goes:
Your terminal will now show you this: Now on line 2 change the Now you'll see: Now comment out the second commit message. So That's it, now git will have combined your two commits into one, with a single commit message. This keeps the git repository clean and easier to see changes. Now just push your branch up to github (might need to use the -f flag) and this pull request will update. Normally it's a bad idea to rebase anything that's public, but a pull request to another project is usually ok. Let me know if you have any questions. |
$locationChangeStart does not get broadcasted when pressing the back-button. Closes #2109
Done. Thanks for the help! |
@IgorMinar take a look at this fix when you get a sec. |
|
I signed cla a long time ago. |
Looks good to me: http://plnkr.co/edit/9KGLEwQlftGOXr9eQFUA?p=preview |
Landed as dc9a580. Thanks |
$locationChangeStart does not get broadcasted when pressing the back-button.
bug example : http://plnkr.co/edit/NycOKi?p=preview
Closes #2109