diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/guide/dev_guide.services.injecting_controllers.ngdoc | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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'];    <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> | 
