mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 16:53:24 +00:00
[Windowing] urlService
Removed the urlService from the edit and browse bundles. Added the urlService to the general bundle. WTD 23.
This commit is contained in:
parent
193df4fde3
commit
2a347f1596
@ -77,12 +77,7 @@
|
|||||||
{
|
{
|
||||||
"key": "navigationService",
|
"key": "navigationService",
|
||||||
"implementation": "navigation/NavigationService.js"
|
"implementation": "navigation/NavigationService.js"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "urlService",
|
|
||||||
"implementation": "../../general/src/services/UrlService.js",
|
|
||||||
"depends": [ "$location" ]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "creationService",
|
"key": "creationService",
|
||||||
"implementation": "creation/CreationService.js",
|
"implementation": "creation/CreationService.js",
|
||||||
|
@ -116,14 +116,7 @@
|
|||||||
"key": "topbar-edit",
|
"key": "topbar-edit",
|
||||||
"templateUrl": "templates/topbar-edit.html"
|
"templateUrl": "templates/topbar-edit.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"services": [
|
|
||||||
{
|
|
||||||
"key": "urlService",
|
|
||||||
"implementation": "../../general/src/services/UrlService.js",
|
|
||||||
"depends": [ "$location" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"representers": [
|
"representers": [
|
||||||
{
|
{
|
||||||
"implementation": "representers/EditRepresenter.js",
|
"implementation": "representers/EditRepresenter.js",
|
||||||
|
@ -3,6 +3,13 @@
|
|||||||
"description": "General UI elements, meant to be reused across modes",
|
"description": "General UI elements, meant to be reused across modes",
|
||||||
"resources": "res",
|
"resources": "res",
|
||||||
"extensions": {
|
"extensions": {
|
||||||
|
"services": [
|
||||||
|
{
|
||||||
|
"key": "urlService",
|
||||||
|
"implementation": "/services/UrlService.js",
|
||||||
|
"depends": [ "$location" ]
|
||||||
|
}
|
||||||
|
],
|
||||||
"runs": [
|
"runs": [
|
||||||
{
|
{
|
||||||
"implementation": "StyleSheetLoader.js",
|
"implementation": "StyleSheetLoader.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user