Provides access to angular's dependency injector and
registered services
. In general the use of this api is discouraged,
except for tests and components that currently don't support dependency injection (widgets,
filters, etc).
angular.scope.$service(serviceId);
serviceId – {string} –
String ID of the service to return.
{*}
– Value, object or function returned by the service factory function if any.