docs(exceptionHandler): document testing
Update src/ng/exceptionHandler.js
Here's an iniitla attempt at documenting how one might write a
test using $exceptionHandlerProvider. The key take-away is the use
of this pattern:
it(...
module(...
$exceptionHandlerProvider.mode('log');
});
inject(...
);
}); F
Fred Sauer committed
224d7d6e9023395e9bf3f7217984c04fd550f4e7
Parent: a179a9a
Committed by Misko Hevery <misko@hevery.com>
on 1/18/2013, 7:08:39 AM