We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ecbc5 commit eca14d9Copy full SHA for eca14d9
src/ng/q.js
@@ -6,10 +6,10 @@
6
* @requires $rootScope
7
*
8
* @description
9
- * A service that helps you run functions asynchronously, and use their return values (or exceptions)
10
- * when they are done processing.
11
- *
12
- * This is an implementation of promises/deferred objects inspired by
+ * A service that helps you run functions asynchronously, and use their return values (or exceptions)
+ * when they are done processing.
+ *
+ * This is an implementation of promises/deferred objects inspired by
13
* [Kris Kowal's Q](https://github.com/kriskowal/q).
14
15
* $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred
0 commit comments