Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

refactor(dropdownToggle): listen to $locationChangeSuccess #1585

Closed
wants to merge 1 commit into from

Conversation

bekos
Copy link
Contributor

@bekos bekos commented Jan 15, 2014

No description provided.

 * Listen to  event instead of adding an extra `$watch` to the `$digest` cycle.
 * Remove `$location` DI, that sometimes caused weird issues.
@bekos bekos closed this in 35c9307 Jan 18, 2014
@pkozlowski-opensource
Copy link
Member

Ha! One $watch less, good!

@lanterndev
Copy link
Contributor

Extra psyched about this landing due to angular/angular.js#4608. Thanks, @bekos!

I wonder if it might even fix #619?

Also, I notice $location is still getting injected in the test for this:
https://github.com/angular-ui/bootstrap/blob/master/src/dropdownToggle/test/dropdownToggle.spec.js#L6
Not sure if it's hurting anything but looks like it's not necessary anymore.

@bekos
Copy link
Contributor Author

bekos commented Jan 19, 2014

@Skivvies I was also having a problem when injecting $location caused IE8 to refresh the page without any apparent reason. Also, when working on #1616 just injecting it in the tests maked them fail!!!

About the #619 I don't think it's fixed yet, but you are free to test with the latest master.

@lanterndev
Copy link
Contributor

@bekos wrote:

@Skivvies I was also having a problem when injecting $location caused IE8 to refresh the page without any apparent reason. Also, when working on #1616 just injecting it in the tests maked them fail!!!

Sounds like $location causes problems / unexpected behavior in lots of places. Would be great if you mentioned any relevant experience or suggestions you have in angular/angular.js#4608 if you get a chance. And thanks again for this PR!

@jgrund
Copy link

jgrund commented Feb 21, 2014

Am I missing something or was:

scope.$watch('$location.path', function() { closeMenu(); });

not actually watching anything?

How was $location.path being set as a scope property?

@Foxandxss
Copy link
Contributor

@jgrund Yeah, just noticed that too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants