docs(guide): clarify example

This commit is contained in:
sdesmond 2013-07-10 08:42:34 -06:00 committed by Pawel Kozlowski
parent e6c9bfa4a9
commit 3364d69a3b

View file

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