[Windowing] urlService

Changed folder location of
services and therefore urlService
to general/src/ instead of being in
browse/src/. WTD 23.
This commit is contained in:
Shivam Dave 2015-06-25 10:38:39 -07:00
parent 93ba4ce715
commit fd6459394a
3 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
}, },
{ {
"key": "urlService", "key": "urlService",
"implementation": "services/UrlService.js", "implementation": "../../general/src/services/UrlService.js",
"depends": [ "$location" ] "depends": [ "$location" ]
}, },
{ {