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.
2 parents 4c2ac65 + 58088b0 commit fa28d6aCopy full SHA for fa28d6a
README.md
@@ -55,7 +55,7 @@ the `function(response) {do-something-with-response}` will fire,
55
###Advanced use case:
56
57
####Sending data to listeners:
58
-You can supply additional data to observers accross your application who are listening for `event:auth-loginConfirmed`:
+You can supply additional data to observers across your application who are listening for `event:auth-loginConfirmed`:
59
60
$scope.$on('event:auth-loginConfirmed', function(event, data){
61
$rootScope.isLoggedin = true;
0 commit comments