diff options
| author | rjferguson21 | 2013-10-24 11:53:26 -0500 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-26 19:29:27 +0100 | 
| commit | 28ab4b600a604319804d63620b4ff7cda4ff42ff (patch) | |
| tree | 877732e51765dd92f6e8830cb1012d071fd9bdc9 /src/ng/q.js | |
| parent | fca7bcaf43af3a4501ea0727d48f606c58d76bcd (diff) | |
| download | angular.js-28ab4b600a604319804d63620b4ff7cda4ff42ff.tar.bz2 | |
docs($q): promises are no longer automatically unwrapped, by default
Although it is still possible to turn this on, the feature is deprecated and it is
best to remove this mention completely here.
Closes #4632
Diffstat (limited to 'src/ng/q.js')
| -rw-r--r-- | src/ng/q.js | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/ng/q.js b/src/ng/q.js index c363fdf1..125e8e0c 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -141,8 +141,6 @@   * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation   *   mechanism in angular, which means faster propagation of resolution or rejection into your   *   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 than $q, but that comes at a cost of bytes. $q is tiny, but contains   *   all the important functionality needed for common async tasks.   * | 
