From 8400852f4e9ed54bda55bafff7c1ff193c86190e Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Tue, 4 Jun 2013 22:24:49 +0100 Subject: docs(guide/injecting_controllers): add a hint in example Add a hint to tell the user that they need to click 3 times before an alert is shown. --- docs/content/guide/dev_guide.services.injecting_controllers.ngdoc | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/content/guide/dev_guide.services.injecting_controllers.ngdoc') 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)

-- cgit v1.2.3