Skip to content

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

License

Notifications You must be signed in to change notification settings

ionic-rising/angular-watcher-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-watcher-count

Build Status issues npm version

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

use karma-jasmine

npm install -g karma
npm install karma-jasmine

configuration in webstorm

configuration files: angular-watcher-count\test\karma.conf.js
Node interpreter : C:\Program Files\nodejs\node.exe
Karma package : C:\Program Files\nodejs\node_global\node_modules\karma

how to download

  • use npm
npm i performance.detect

  • use bower
bower install angular-watcher-count

todo

rewrite the test case

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published