mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-24 10:20:23 +00:00
docs($q): fix typo
This commit is contained in:
parent
ce6035d953
commit
6613ee40e6
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
* models and avoiding unnecessary browser repaints, which would result in flickering UI.
|
||||
* - $q promises are recognized by the templating engine in angular, which means that in templates
|
||||
* you can treat promises attached to a scope as if they were the resulting values.
|
||||
* - Q has many more features that $q, but that comes at a cost of bytes. $q is tiny, but contains
|
||||
* - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains
|
||||
* all the important functionality needed for common async tasks.
|
||||
*
|
||||
* # Testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue