[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:
Shivam Dave 2015-06-25 14:53:52 -07:00
parent 193df4fde3
commit 2a347f1596
3 changed files with 9 additions and 14 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",