angular / batarang

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

annoyance: When first opening $scope tab in Elements view, have to select DOM element again #233

Open christopherthielen opened 9 years ago

christopherthielen commented 9 years ago

Steps to reproduce

http://gfycat.com/PitifulDefensiveEarwig

erwinmombay commented 9 years ago

thanks @christopherthielen , hoping to get this resolved soon. this is a timing issue when we try to tell batarang to "redraw" and when it receives data from angular hint. sometimes the redraw event is received first and then the data later.

related: https://github.com/angular/angularjs-batarang/issues/229