[Performance] Add watch indicator

Add a watch indicator to the example bundles as a
developer support tool. Added to help support sluggish
plots, WTD-717.
This commit is contained in:
Victor Woeltjen
2015-01-26 15:09:56 -08:00
parent 5c34382933
commit b7f4539cdb
2 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"extensions": {
"indicators": [
{
"implementation": "WatchIndicator.js",
"depends": ["$interval", "$rootScope"]
}
]
}
}