Or you can pick an element in the HTML panel of the developer tools (it exists in Safari too, If I'm not wrong)
and then type* angular.element($0).scope() * On Friday, 24 January 2014 05:26:51 UTC+1, Sander Elias wrote: > > Hi Patrick, > > I don’t think there is a batarang for Safari. > But you can get the scope easily using angular.element. > > assuming you have an reference in elm you can do this: > angular.element(elm).scope() and there you have it. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
