Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 4c2ac65 commit 58088b0Copy full SHA for 58088b0
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