Skip to content

Commit 2825ddf

Browse files
committed
Update tutorial.step_05.md
1 parent ad75e3a commit 2825ddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_05.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ Let's create a new html file called `parties-list.ng.html` and paste the existin
4949

5050
{{> DiffBox tutorialName="angular-meteor" step="5.3"}}
5151

52-
The code is almost the same except for this one change:
52+
The code is almost the same except for this two changes:
5353

5454
- Added a link to the parties name display (that link will take us to that party's detailed page)
55+
- Deleting the div with ng-controller information which will be handled by routes definition (see next)
5556

5657
Now let's go back to `index.html` and replace the content with the `ui-view` directive:
5758

0 commit comments

Comments
 (0)