Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit 9d89933

Browse files
committed
Revert "Rename angular 1 native auth services"
This reverts commit 1b67913.
1 parent 77cb7f8 commit 9d89933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/angular.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ export function bootstrapAngular1() {
5555
return container.auth;
5656
}])
5757

58-
.factory('$FacebookAuth', [function() {
58+
.factory('$ionicFacebookAuth', [function() {
5959
return container.facebookAuth;
6060
}])
6161

62-
.factory('$GoogleAuth', [function() {
62+
.factory('$ionicGoogleAuth', [function() {
6363
return container.googleAuth;
6464
}])
6565

0 commit comments

Comments
 (0)