2014-12-02 22:51:48 +00:00
|
|
|
{
|
|
|
|
"name": "Scrolling Lists",
|
|
|
|
"description": "Time-ordered list of latest data.",
|
|
|
|
"extensions": {
|
|
|
|
"views": [
|
|
|
|
{
|
|
|
|
"key": "scrolling",
|
|
|
|
"name": "Scrolling",
|
2015-01-27 22:50:45 +00:00
|
|
|
"glyph": "5",
|
2014-12-02 22:51:48 +00:00
|
|
|
"description": "Scrolling list of data values.",
|
|
|
|
"templateUrl": "templates/scrolling.html",
|
|
|
|
"needs": [ "telemetry" ],
|
|
|
|
"delegation": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "ScrollingListController",
|
|
|
|
"implementation": "ScrollingListController.js",
|
2014-12-24 19:23:59 +00:00
|
|
|
"depends": [ "$scope", "telemetryFormatter" ]
|
2014-12-02 22:51:48 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|