angular / batarang

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

batarang breaks angular-foundation topbar #206

Closed diefans closed 9 years ago

diefans commented 9 years ago

with this plugin the top-bar directive is ignored sometimes

I also feel the app sluggish with this plugin enabled

btford commented 9 years ago

Can you please provide a reproduction via jsbin, plnkr.co, or jsfiddle?

This saves us a lot of time. Thanks!

diefans commented 9 years ago

I have an app, which is not really a single page application, where I use foundation for the menu. A click on the menu reloads the page. With batarang a reload of the page by clicking a link in the menu makes angular-foundation stop - so that the menu is not renderered with styles but instead I see the UL/LI list elements...

deinstalling/disabling batarang solved this...

It seemed to me that some angular specific modules were not running properly on reload as in the first page load...

There is one warning in the console:

(index):3140 The specified value 't' is not a valid email address.

I guess (index):3140 points somewhere in batarang

Without advertising - you can see it in action at http://krisztina-berger.com

erwinmombay commented 9 years ago

im not 100% sure but that seems like its modernizr

SomeKittens commented 9 years ago

Does not reproduce with latest master, so I'm calling this fixed unless proven otherwise.