diff options
Diffstat (limited to 'docs/content/guide/dev_guide.services.injecting_controllers.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.services.injecting_controllers.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc index 44206f7c..9bc1aed8 100644 --- a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc +++ b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc @@ -59,7 +59,7 @@ myController.$inject = ['notify'];  </div>  </doc:source>  <doc:scenario> -it('should test service', function(){ +it('should test service', function() {    expect(element(':input[ng\\:model="message"]').val()).toEqual('test');  });  </doc:scenario> | 
