mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
21f809645d
Add example showing the use of generated forms, WTD-530.
18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"name": "Declarative Forms example",
|
|
"sources": "src",
|
|
"extensions": {
|
|
"controllers": [
|
|
{
|
|
"key": "ExampleFormController",
|
|
"implementation": "ExampleFormController.js",
|
|
"depends": [ "$scope" ]
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"templateUrl": "templates/exampleForm.html"
|
|
}
|
|
]
|
|
}
|
|
} |