From 1911f4709795bf75741d75b512fb5dfba07a9366 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Tue, 8 Sep 2015 16:28:34 +0300 Subject: [PATCH] Update Step 12 and updated the note in the pagination tutorial --- .../client/content/tutorials/angular1/steps/tutorial.step_12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_12.md b/.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_12.md index 2917ffdb0..81e7671dc 100644 --- a/.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_12.md +++ b/.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_12.md @@ -103,7 +103,7 @@ Let's create the pageChanged function inside the partiesList controller `(client Now every time we change the page, the scope variable will change accordingly and update the bind method that watches it. -* 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. +* Note that in this point, the pagination will not work until we add the missing "partiesCount" variable in the next step of the tutorial. # Getting total count of a collection