angular / batarang

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

AngularJS Batarang 0.8.5 Scope's Models show nothing #249

Closed doggy8088 closed 9 years ago

doggy8088 commented 9 years ago

I've got this error when debugging this page using AngularJS Batarang 0.8.15.

There is no error occurred. It just nothing show up in the "Models" pane in the "Scopes" tab. Here is a screenshot below:

image

gary-b commented 9 years ago

Are you debugging an angular 1.2.x app? This is a known issue if so (#231). A pull request has been submitted which fixes it, so hopefully the issue will be resolved shortly.

doggy8088 commented 9 years ago

Yes, you're right. After I change to 1.3.15 ( this page ), the problem solved. Thanks!

gary-b commented 9 years ago

No problem. :)

SomeKittens commented 9 years ago

@doggy8088 thanks for bringing this to our attention, closing as a dupe of #231