mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs($q): fix missing bracket in the example
This commit is contained in:
parent
af7e0bd0a7
commit
8a7f752a80
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
* alert('Success: ' + greeting);
|
||||
* }, function(reason) {
|
||||
* alert('Failed: ' + reason);
|
||||
* );
|
||||
* });
|
||||
* </pre>
|
||||
*
|
||||
* At first it might not be obvious why this extra complexity is worth the trouble. The payoff
|
||||
|
|
|
|||
Loading…
Reference in a new issue