Skip to content

Instantly share code, notes, and snippets.

View DTFagus's full-sized avatar

Daniel Thulfaut DTFagus

View GitHub Profile
@DTFagus
DTFagus / analyse_watchers.js
Created August 12, 2014 14:22
Bookmarklet to analyse angular watchers
javascript: (function() {
var root = $(document.getElementsByTagName('html'));
var watchers = [];
var attributes = [];
var attributes_with_values = [];
var elements = [];
var elements_per_attr = [];
var scopes = [];