Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cd11cc1

Browse files
sdesmondpkozlowski-opensource
sdesmond
authored andcommitted
docs(guide): clarify example
1 parent 13469e8 commit cd11cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/guide/dev_guide.services.injecting_controllers.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ myController.$inject = ['$scope','notify'];
5757
<p>Let's try this simple notify service, injected into the controller...</p>
5858
<input ng-init="message='test'" ng-model="message" >
5959
<button ng-click="callNotify(message);">NOTIFY</button>
60+
<p>(you have to click 3 times to see an alert)</p>
6061
</div>
6162
</doc:source>
6263
<doc:scenario>

0 commit comments

Comments
 (0)