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: