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 4109fb8 commit 3ee5abbCopy full SHA for 3ee5abb
README.md
@@ -56,7 +56,7 @@ angular.module('myApp', ['angular-oauth2'])
56
}]);
57
```
58
59
-You can also configure `OAuth` service in a `.run()`block, in case you retrieve the Oauth server configuration from a ajax request.
+You can also configure `OAuth` service in a `.run()` block, in case you retrieve the Oauth server configuration from a ajax request.
60
61
```js
62
angular.module('myApp', ['angular-oauth2'])
@@ -109,7 +109,7 @@ OAuthProvider.configure({
109
110
#### OAuth
111
112
-Update configuration defaults
+Update configuration defaults:
113
114
115
OAuth.configure({
0 commit comments