From 28fe4464d8f40409dc05a290224cc06883aed2f6 Mon Sep 17 00:00:00 2001 From: pzajdel Date: Sun, 6 Oct 2013 22:18:26 +0200 Subject: docs(tutorial/step02): fix missing brace Closes #4301 --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial/step_02.ngdoc') diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 65f3ffed..16dbe366 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -167,7 +167,7 @@ describe('PhoneCat controllers', function() { ctrl = $controller('PhoneListCtrl', { $scope: scope }); expect(scope.phones.length).toBe(3); - }); + })); }); }); -- cgit v1.2.3