diff options
| author | Misko Hevery | 2011-10-07 11:27:49 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-10-11 11:01:46 -0700 | 
| commit | fd822bdaf9d04e522aaa5400b673f333190abe98 (patch) | |
| tree | 451cd26d3f7da862692d6c56e6e8f235824c180a /docs/content/guide/dev_guide.overview.ngdoc | |
| parent | 4f78fd692c0ec51241476e6be9a4df06cd62fdd6 (diff) | |
| download | angular.js-fd822bdaf9d04e522aaa5400b673f333190abe98.tar.bz2 | |
chore(formating): clean code to be function() {
Diffstat (limited to 'docs/content/guide/dev_guide.overview.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.overview.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/guide/dev_guide.overview.ngdoc b/docs/content/guide/dev_guide.overview.ngdoc index fcf15044..2e555dd8 100644 --- a/docs/content/guide/dev_guide.overview.ngdoc +++ b/docs/content/guide/dev_guide.overview.ngdoc @@ -43,7 +43,7 @@ easier a web developer's life can if they're using angular:  <doc:example>  <doc:source>   <script> -   function InvoiceCntl(){ +   function InvoiceCntl() {       this.qty = 1;       this.cost = 19.95;     } @@ -66,7 +66,7 @@ easier a web developer's life can if they're using angular:  </doc:source>  <!--  <doc:scenario> - it('should show of angular binding', function(){ + it('should show of angular binding', function() {     expect(binding('qty * cost')).toEqual('$19.95');     input('qty').enter('2');     input('cost').enter('5.00'); | 
