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/api-reference/1.3.2/api.auth.html
+4-2
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,16 @@
13
13
src: angular-meteor-auth/modules/auth.js
14
14
</a>
15
15
16
-
`$auth` service is a part of `angular` package (also included in `angular-with-blaze` package), and it located inside `angular-meteor.auth` AngularJS module.
16
+
`$auth` service is a part of `angular-meteor-auth` package, and it located inside `angular-meteor.auth` AngularJS module.
17
17
18
18
This service provides the functionality for authentication for your app.
19
19
20
20
`$auth` wraps Meteor's API for ease of use with AngularJS applications, and also provides the ability to access Meteor's Accounts package from the UI.
21
21
22
-
In order to use this service, you will need to add it's module as a dependency to your AngularJS app:
22
+
In order to use this service, you will need to add the package to your project and add it's module as a dependency to your AngularJS app:
0 commit comments