We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad75e3a commit 2825ddfCopy full SHA for 2825ddf
.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_05.md
@@ -49,9 +49,10 @@ Let's create a new html file called `parties-list.ng.html` and paste the existin
49
50
{{> DiffBox tutorialName="angular-meteor" step="5.3"}}
51
52
-The code is almost the same except for this one change:
+The code is almost the same except for this two changes:
53
54
- 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)
56
57
Now let's go back to `index.html` and replace the content with the `ui-view` directive:
58
0 commit comments