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

fix: missing exception detail in bindings #1242

Closed
wants to merge 1 commit into from

Conversation

ferhatb
Copy link
Contributor

@ferhatb ferhatb commented Jul 18, 2014

For a binding such as , if an exception happens inside foo() the exception is misleading and the original exception is not reported.

For a binding such as <input ng-change="ctrl.foo()"> , if an exception happens inside foo() the exception is misleading and the original exception is not reported.
@mhevery
Copy link
Contributor

mhevery commented Jul 18, 2014

Thanks for your contribution! In order for us to be able to accept it, we ask you to sign our CLA (contributor's license agreement). CLA is important for us to be able to avoid legal troubles down the road.

For individuals (a simple click-through form): http://code.google.com/legal/individual-cla-v1.0.html

@ferhatb ferhatb added cla: no and removed cla: yes labels Jul 18, 2014
@ferhatb ferhatb added cla: no and removed cla: yes labels Jul 21, 2014
@mhevery
Copy link
Contributor

mhevery commented Jul 21, 2014

Achievement unlocked: CLA signature found!

@ferhatb ferhatb removed the cla: no label Jul 21, 2014
@chirayuk chirayuk closed this in 348e501 Jul 23, 2014
chirayuk pushed a commit that referenced this pull request Jul 23, 2014
For a binding such as <input ng-change="ctrl.foo()"> , if an exception happens inside foo() the exception is misleading and the original exception is not reported.

Closes #1242
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants