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

Description
Having a directive run on the following html, and trying to to get the JSON object from the attribute breaks.
<foo bar='{"foo":"bar"}'></foo>
The JSON is extracted, but it throws Uncaught Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!
Example bin: http://jsbin.com/UKOMuZi/13/edit
I'm not sure what should happen, either it shouldn't work, and then error, or it should keep working, but not throw an error.