1.0.0 • Published 9 years ago

performance.detect v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

angular-watcher-count

get the watchers / scope / isolateScope count for your angular app

usage

inject the module

var myApp = angular.module('myApp', ['performance.detect']);

use the directive

<div data-show-watcher-scope></div>

note dependent on jQuery, please inject the jQ file to index.html

use gulp

download the package

npm install

License

MIT