From f8b11f358498c1c1056be3e98a732f297ab2d56f Mon Sep 17 00:00:00 2001 From: Stéphane Reynaud Date: Mon, 17 Feb 2014 13:25:50 +0100 Subject: docs(tutorial): add missing @step tags Since steps 9 and 11 were missing @step tags they were out of order Closes #6292 Closes #6291 --- docs/content/tutorial/step_09.ngdoc | 1 + docs/content/tutorial/step_11.ngdoc | 1 + 2 files changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index 2bac44b8..e95025fb 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -1,5 +1,6 @@ @ngdoc tutorial @name 9 - Filters +@step 9 @description diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 3d86191b..a89b0a5b 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -1,5 +1,6 @@ @ngdoc tutorial @name 11 - REST and Custom Services +@step 11 @description -- cgit v1.2.3