DinisCruz / Book_Practical_AngularJS

Content for 'Practical AngularJS' book published at LeanPub
Apache License 2.0
18 stars 6 forks source link

Add tip/hack on how to access the scope value in chrome inspector #23

Open DinisCruz opened 8 years ago

DinisCruz commented 8 years ago
scope = angular.element(....)

see https://github.com/DinisCruz/Book_Practical_AngularJS/blob/master/content/5.Misc-Tricks/1.Programatically-changing-an-AngularJS-scope-variable.md

see snippets at #22