Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Getters throwing exceptions result in swallowed exceptions and garbled DOM output #504

Closed
@yjbanov

Description

@yjbanov

Steps to reproduce:

<div>{{ctrl.myThrowingGetter}}</div>

Expected result: stack trace in console, empty div

Actual result:

In DOM:

<div>Closure: ([dynamic, dynamic, dynamic, dynamic, dynamic]) => dynamic</div>

In console: nothing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions