Skip to content

Commit 7b1d859

Browse files
committed
Update api.auth.html
Fix the description regarding where the service is implemented and how to add it to the project.
1 parent 3e6e964 commit 7b1d859

File tree

1 file changed

+4
-2
lines changed
  • docs/angular-meteor/client/content/api-reference/1.3.2

1 file changed

+4
-2
lines changed

docs/angular-meteor/client/content/api-reference/1.3.2/api.auth.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@
1313
src: angular-meteor-auth/modules/auth.js
1414
</a>
1515

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.
1717

1818
This service provides the functionality for authentication for your app.
1919

2020
`$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.
2121

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:
2323

24+
meteor add angular-meteor-auth
25+
2426
angular.module('myApp', [
2527
'angular-meteor',
2628
'angular-meteor.auth'

0 commit comments

Comments
 (0)