We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159efdd commit 1ae0be1Copy full SHA for 1ae0be1
CHANGELOG.md
@@ -273,7 +273,7 @@ describe('$q.when', function() {
273
$timeout.verifyNoPendingTasks();
274
}));
275
276
- it('should accept $timeout.flush(0) when not sure if $q.when was called with a value or a promise’,
+ it('should accept $timeout.flush(0) when not sure if $q.when was called with a value or a promise',
277
inject(function($q, $timeout) {
278
$q.when('foo');
279
$timeout.flush(0);
0 commit comments