mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
style(exceptionHandler): add ws
This commit is contained in:
parent
6a34a4ebeb
commit
348138d7cd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function $ExceptionHandlerProvider() {
|
function $ExceptionHandlerProvider() {
|
||||||
this.$get = ['$log', function($log){
|
this.$get = ['$log', function($log) {
|
||||||
return function(exception, cause) {
|
return function(exception, cause) {
|
||||||
$log.error.apply($log, arguments);
|
$log.error.apply($log, arguments);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue