Last Updated: February 25, 2016
·
9.117K
· shidhincr

Debugging AngularJS App from Chrome Dev Tools

Wish to see the scope associated to any element ?

  • First option : Use batarang chrome extention

  • Easiest option: Inspect the element from Chrome dev tools, and write $scope in the console. See the magic !

  • Other option: http://ng-inspector.org/

Read more: