decorator(name, decorator);
Decorator is function that allow a service, factory, directive
or filter to be modified prior to its usage. Decorator is used to
override or modify the behavior of the service. The return value of
the decorator function may be the original service, or a new ...