Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Errors during bootstrap SILENCED #1018

Closed
@vojtajina

Description

@vojtajina

Errors during instantiation should be delegated to $exceptionHandler, errors during config phase should be probably just rethrown.

angular.module('app', [], function() {
  throw new Error('SILENCE');
}).controller('ErrorCtrl', function(err) {
  throw new Error('AGAIN SILENCE');
}).factory('err', function() {
  throw new Error('IGNORED AS WELL');
});

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions