Re-enabled plots and scrolling

This commit is contained in:
Henry 2015-12-09 17:25:48 -08:00
parent de256835fd
commit 2145bcf908
4 changed files with 2 additions and 6 deletions

View File

@ -9,8 +9,7 @@
"templateUrl": "templates/plot.html",
"needs": [ "telemetry" ],
"priority": "preferred",
"delegation": true,
"editable": false
"delegation": true
}
],
"directives": [

View File

@ -10,7 +10,6 @@
"description": "Scrolling list of real time messages.",
"templateUrl": "templates/rtmessages.html",
"needs": [ "telemetry" ],
"editable": false,
"delegation": true
}
],

View File

@ -10,7 +10,6 @@
"description": "Scrolling list of data values.",
"templateUrl": "templates/rtscrolling.html",
"needs": [ "telemetry" ],
"editable": false,
"delegation": true
}
],

View File

@ -10,8 +10,7 @@
"description": "Scrolling list of data values.",
"templateUrl": "templates/scrolling.html",
"needs": [ "telemetry" ],
"delegation": true,
"editable": false
"delegation": true
}
],
"controllers": [