From 89366bdbf918175818cf03d6208ee6fd23db7d00 Mon Sep 17 00:00:00 2001 From: Roland Date: Thu, 25 Jul 2013 11:21:00 +0200 Subject: docs(guide): remove superfluous }); --- docs/content/tutorial/step_05.ngdoc | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/content/tutorial') 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'); }); - }); -}); You should now see the following output in the Karma tab: -- cgit v1.2.3