diff options
| author | Roland | 2013-07-25 11:21:00 +0200 | 
|---|---|---|
| committer | Chirayu Krishnappa | 2013-07-25 15:05:27 -0700 | 
| commit | 27041e63a629c67bfa9a87ccd9b50fd08a23ce82 (patch) | |
| tree | 9d5cb8c33c304efc1e403aa080666135826e4170 /docs/content/tutorial/step_05.ngdoc | |
| parent | dae694739b9581bea5dbc53522ec00d87b26ae55 (diff) | |
| download | angular.js-27041e63a629c67bfa9a87ccd9b50fd08a23ce82.tar.bz2 | |
docs(guide): remove superfluous });
Diffstat (limited to 'docs/content/tutorial/step_05.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_05.ngdoc | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index fc58c654..62de4102 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -207,8 +207,6 @@ Finally, we verify that the default value of `orderProp` is set correctly:      it('should set the default value of orderProp model', function() {        expect(scope.orderProp).toBe('age');      }); -  }); -});  </pre>  You should now see the following output in the Karma tab: | 
