I find myself doing the following many, many times in any given Angular session:
- select an html element in the "elements" tab of the dev tools
- run scope = angular.element($0).scope()
Is there an easier way to do this? Some chrome extension that will automatically expose the scope of a selected element or some such?