diff options
| author | Roland | 2013-07-25 11:21:00 +0200 |
|---|---|---|
| committer | Brian Ford | 2013-08-12 16:23:37 -0700 |
| commit | 89366bdbf918175818cf03d6208ee6fd23db7d00 (patch) | |
| tree | e9fe261d8e3ffa9d5a1c079b48953be28c5b4321 | |
| parent | 78efa0e36c1cb9fe293190381baa5a3fe5b3d1cb (diff) | |
| download | angular.js-89366bdbf918175818cf03d6208ee6fd23db7d00.tar.bz2 | |
docs(guide): remove superfluous });
| -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: |
