Search code examples
angularjsangularjs-scope

Angular - find out scopes parent/child relation


I am working on a complex angular application. Is there a way to map all your scope's relations from $rootScope to the lowest level of your app?


Solution

  • I use ng-inspector. Its a great tool for checking scope heirarchy. You can find it here.