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.
nonassign $compile error message is vague #13827
Closed
Description
Oftentimes the error message thrown by
Lines 3122 to 3124 in d98c5f0
For example, the error message I am seeing is Error: [$compile:nonassign] http://errors.angularjs.org/1.4.9/$compile/nonassign?p0=undefined&p1=foo
, which does not tell me the attribute name.
Tweaking the text on this to output the attribute name could be a huge boon, and a minimal addition - I can open a PR for this if desired.