style(exceptionHandler): add ws

This commit is contained in:
Lee Leathers 2013-03-28 23:23:02 -07:00 committed by Igor Minar
parent 6a34a4ebeb
commit 348138d7cd

View file

@ -19,7 +19,7 @@
*
*/
function $ExceptionHandlerProvider() {
this.$get = ['$log', function($log){
this.$get = ['$log', function($log) {
return function(exception, cause) {
$log.error.apply($log, arguments);
};