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