mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 08:59:35 +08:00
style(exceptionHandler): add ws
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user