rev087 / ng-inspector

The AngularJS inspector pane for your browser
ng-inspector.org
MIT License
782 stars 93 forks source link

Component bindings not showing in ng-inspector #165

Open martypdx opened 8 years ago

martypdx commented 8 years ago

With the new component syntax and "bindings" by default, the data properties no longer appear in ng-inspector (because they are no longer on the $scope, but on the component controller).

Is that something that can be fixed?