WIP refactor for new telem api

This commit is contained in:
Pete Richards
2017-05-22 18:30:01 -07:00
parent 26a7fee869
commit b60eb6d6ae
6 changed files with 109 additions and 122 deletions

View File

@@ -53,7 +53,10 @@ define([
"policies": [
{
"category": "view",
"implementation": ImageryViewPolicy
"implementation": ImageryViewPolicy,
"depends": [
"openmct"
]
}
],
"controllers": [
@@ -62,7 +65,7 @@ define([
"implementation": ImageryController,
"depends": [
"$scope",
"telemetryHandler"
"openmct"
]
}
],