Is there an angular batarang for safari, or other way to inspect an element's scope within Safari Dev Tools?Thanks!
--
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 angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.
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
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()
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/GKVDUUW0zp8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.