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.
check
1 parent 4d0a59e commit 566fc70Copy full SHA for 566fc70
.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_14.md
@@ -22,6 +22,10 @@ Then the value of the property is the function we call. In our case it takes 2 p
22
23
First, we check validation with the the [check](http://docs.meteor.com/#check_package) function.
24
25
+To use [check](http://docs.meteor.com/#check_package) we need to add the [check package](https://atmospherejs.com/meteor/check):
26
+
27
+ meteor add check
28
29
The rest of the code is pretty much self explanatory, but important thing to notice is the Email function that sends email to the invited client.
30
This function can't be called from the client side so we have to put it inside an `isServer` statement.
31
0 commit comments