From f4f3d1fc6865bd71b163eaa93e01deecedd1da58 Mon Sep 17 00:00:00 2001 From: jason-larigakis-hs Date: Thu, 2 Mar 2017 10:54:20 -0800 Subject: [PATCH] docs(guide/Providers): describe your change... There is no longer a service called "service", so this is confusing. --- docs/content/guide/providers.ngdoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/content/guide/providers.ngdoc b/docs/content/guide/providers.ngdoc index e8c80025cff6..ca701b97eded 100644 --- a/docs/content/guide/providers.ngdoc +++ b/docs/content/guide/providers.ngdoc @@ -188,11 +188,6 @@ myApp.service('unicornLauncher', ["apiToken", UnicornLauncher]); Much simpler! -Note: Yes, we have called one of our service recipes 'Service'. We regret this and know that we'll -be somehow punished for our misdeed. It's like we named one of our offspring 'Child'. Boy, -that would mess with the teachers. - - ## Provider Recipe As already mentioned in the intro, the Provider recipe is the core recipe type and