You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_12.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Let's create the pageChanged function inside the partiesList controller `(client
103
103
104
104
Now every time we change the page, the scope variable will change accordingly and update the bind method that watches it.
105
105
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.
0 commit comments