From 28ab4b600a604319804d63620b4ff7cda4ff42ff Mon Sep 17 00:00:00 2001 From: rjferguson21 Date: Thu, 24 Oct 2013 11:53:26 -0500 Subject: 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 --- src/ng/q.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ng/q.js') 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. * -- cgit v1.2.3