mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
[Forms] Remove obsolete declaration
Remove obsolete controller declaration (this was triggering warnings in the console.) WTD-593.
This commit is contained in:
parent
61cee6d8f8
commit
a8f2de6f5e
@ -21,11 +21,6 @@
|
|||||||
"implementation": "ViewSwitcherController.js",
|
"implementation": "ViewSwitcherController.js",
|
||||||
"depends": [ "$scope" ]
|
"depends": [ "$scope" ]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "CreateButtonController",
|
|
||||||
"implementation": "creation/CreateButtonController",
|
|
||||||
"depends": [ "$scope", "$document" ]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "CreateMenuController",
|
"key": "CreateMenuController",
|
||||||
"implementation": "creation/CreateMenuController",
|
"implementation": "creation/CreateMenuController",
|
||||||
|
Loading…
Reference in New Issue
Block a user