2015-01-14 18:44:59 +00:00
|
|
|
{
|
|
|
|
"name": "About Open MCT Web",
|
|
|
|
"extensions": {
|
|
|
|
"templates": [
|
|
|
|
{
|
|
|
|
"key": "app-logo",
|
|
|
|
"priority": "optional",
|
2015-01-14 20:10:09 +00:00
|
|
|
"templateUrl": "templates/app-logo.html"
|
2015-01-14 18:44:59 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "about-logo",
|
|
|
|
"priority": "preferred",
|
2015-01-14 20:10:09 +00:00
|
|
|
"templateUrl": "templates/about-logo.html"
|
2015-01-14 20:28:25 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "about-dialog",
|
|
|
|
"templateUrl": "templates/about-dialog.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "overlay-about",
|
|
|
|
"templateUrl": "templates/overlay-about.html"
|
2015-04-16 00:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "license-apache",
|
|
|
|
"templateUrl": "templates/license-apache.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "license-mit",
|
|
|
|
"templateUrl": "templates/license-mit.html"
|
2015-01-14 20:10:09 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "LogoController",
|
|
|
|
"depends": [ "overlayService" ],
|
|
|
|
"implementation": "LogoController.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "AboutController",
|
|
|
|
"depends": [ "versions[]", "$window" ],
|
|
|
|
"implementation": "AboutController.js"
|
2015-01-27 23:37:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "LicenseController",
|
|
|
|
"depends": [ "licenses[]" ],
|
|
|
|
"implementation": "LicenseController.js"
|
2015-01-14 20:10:09 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"when": "/licenses",
|
|
|
|
"templateUrl": "templates/licenses.html"
|
2015-04-16 22:16:00 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"when": "/licenses-md",
|
|
|
|
"templateUrl": "templates/licenses-export-md.html"
|
2015-01-14 18:44:59 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|