angular / batarang

AngularJS WebInspector Extension for Chrome
MIT License
2.43k stars 338 forks source link

Recent update to batarang breaks angular apps on site #185

Closed jaredmcateer closed 9 years ago

jaredmcateer commented 9 years ago

Batarang recently updated and it has caused a lot of issues on our website.

e.g., goto: http://www.istockphoto.com

Occasionally the search bar will not load at all, when it does the enter key will not submit the search. The only way to search is to click on a hint.

This isn't the only issue but the easiest to demonstrate. There is no errors generated as a result, it was only due to the fact that the extension started to output a lot of stuff to the console with this update that we thought to disable the extension to see why we were experiencing this weird behaviours

dustinlakin commented 9 years ago

I am also having issues with it. It a ng-mouseenter and ng-mouseleave aren't working as expected. It seems to required a click and continues to act weird as well. As soon as the extension is disabled, it returns back to normal.

hyzhak commented 9 years ago

:+1:

mfeckie commented 9 years ago

I've just lost several hours to this issue. It appears that batarang is altering code in place or adding behaviour. In particular it seems to choke when using the SomethingController as ctrl syntax.

Splaktar commented 9 years ago

This is a duplicate of many issues, one of those is #156 which contains a work around.

btford commented 9 years ago

@jaredmcateer – sorry for the trouble. I've since rolled out many releases addressing these bugs and can confirm that http://www.istockphoto.com works with the latest version (v0.7.3).

I'm going to close this, but if you're still having trouble please let me know and I'll reopen this so we can find a solution. Thanks!

faceleg commented 9 years ago

Thanks!