I have a javascript service CoreAdapterService. Within that code there are a lot of literal references to CoreAdapterService namespace which I want to replace with a var.
I have tried declaring a var at the top of the service and use it in the service as shown in code sample but no luck. Any help welcome
