mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
style(exceptionHandler): add ws
This commit is contained in:
parent
c3a87c6849
commit
fe1696f688
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue