Skip to content

Commit 1911f47

Browse files
committed
Update Step 12 and updated the note in the pagination tutorial
1 parent 47bd871 commit 1911f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Let's create the pageChanged function inside the partiesList controller `(client
103103

104104
Now every time we change the page, the scope variable will change accordingly and update the bind method that watches it.
105105

106-
* Notice that the buttons of the directive doesn't look very nice now because we haven't added any design and CSS to our application, we will do it later on.
106+
* Note that in this point, the pagination will not work until we add the missing "partiesCount" variable in the next step of the tutorial.
107107

108108
# Getting total count of a collection
109109

0 commit comments

Comments
 (0)