angular-watchers icon indicating copy to clipboard operation
angular-watchers copied to clipboard

Ultimate AngularJS tool which tells you how many active watchers you currently have.

Results 3 angular-watchers issues
Sort by recently updated
recently updated
newest added

Hallo guys, how can I use plugin if we bootstrap our app manually on "document" ``` angular .bootstrap(document, ['MyApp'], { strictDi: true }); ``` See https://docs.angularjs.org/api/ng/function/angular.bootstrap

Adds rule to accept `data-ng-app` and avoid duplicate code to find bootstraped app

Hi, Thank you for this awesome extension. sometimes i want to find watch object name. maybe you can make a new tab for all watch list name. Thanks.