giovannicandido / angular-spa

Angular security, logger, components and other stuff that makes professional Single Pages Application awesome.
MIT License
6 stars 4 forks source link

checkLoginIframe cause angular zone and application to stop working #8

Closed giovannicandido closed 7 years ago

giovannicandido commented 7 years ago

When using checkLoginIframe keycloak try to load a iframe page. If that operation return 400 the entire application stops.

Error:

TypeError: Cannot read property 'originalError' of undefined

The library should wrap errors operations and handle it to not break angular.

giovannicandido commented 7 years ago

Cannot reproduce