diff --git a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc index 2da7c248..2ddbec91 100644 --- a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc +++ b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc @@ -98,6 +98,7 @@ function myController($scope, notify) {
Let's try the notify service, that is implicitly injected into the controller...
+(you have to click 3 times to see an alert)