From 3364d69a3bc017abdab840b818fa1ede903ea395 Mon Sep 17 00:00:00 2001 From: sdesmond Date: Wed, 10 Jul 2013 08:42:34 -0600 Subject: docs(guide): clarify example --- docs/content/guide/dev_guide.services.injecting_controllers.ngdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc index 2ddbec91..fbfed468 100644 --- a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc +++ b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc @@ -57,6 +57,7 @@ myController.$inject = ['$scope','notify'];

Let's try this simple notify service, injected into the controller...

+

(you have to click 3 times to see an alert)

-- cgit v1.2.3