diff options
| -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. * |
