Executing a service via js - no method/property execute
Having an issue where I cannot call a service via JS with .execute.
GeolocationService.execute({});
I get the following errors:
Chrome - Uncaught TypeError: Object [object Object] has no method 'execute'
IE - Object doesn't support property or method 'execute'
Thanks,
Dale.