DSRCorporation / angular-boilerplate

DSR Web OSS: AngularJS boilerplate by DSR Corporation
MIT License
4 stars 2 forks source link

Bug: Invalid error handling in run block #29

Closed aigoncharov closed 7 years ago

aigoncharov commented 8 years ago

Change 'return errorHelpers.handleBackendError(error);' to 'return errorHelpers.handleBackendError($rootScope, error);'