docs($q): add missing closing parentheses in code example

Closes #4900
This commit is contained in:
rsnapp 2013-11-11 18:19:32 -07:00 committed by Pete Bacon Darwin
parent b122194425
commit b1366c32d4

View file

@ -165,7 +165,7 @@
* // Propagate promise resolution to 'then' functions using $apply().
* $rootScope.$apply();
* expect(resolvedValue).toEqual(123);
* });
* }));
* </pre>
*/
function $QProvider() {