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
`nameOrder` is going to contain two values, 1 and -1, to express ascending and descending orders
42
-
correspondingly. Then, as you can see, we assign it to a party property (currently, `name`) we want to sort.
42
+
respectively. Then, as you can see, we assign it to a party property (currently, `name`) we want to sort.
43
43
44
44
As was said before, we also need to query `Parties` on the client side with same parameters and options as we use on the server, i.e., parameters and options we pass to the server side.
45
45
In reality, though, we don't need _skip_ and _limit_ options in this case, since, due to the result of the subscription,
@@ -75,7 +75,7 @@ Run the following line to add this package:
75
75
meteor add barbatus:ng2-pagination
76
76
77
77
> This package's pagination mark-up follows the structure of
78
-
> the Bootstrap's [one](http://www.w3schools.com/bootstrap/bootstrap_pagination.asp),
78
+
> the Bootstrap's [one](http://getbootstrap.com/components/#pagination),
79
79
> so you can change its look simply by using proper CSS styles.
80
80
> It's worth to note, though, that this package has been created
81
81
> with the idea to be used in this tutorial only.
@@ -276,4 +276,4 @@ even with growing complexity of features we add,
276
276
we manage to crack every nut in a snap, thanks to we are armored
0 commit comments