angular / batarang

AngularJS WebInspector Extension for Chrome
MIT License
2.43k stars 338 forks source link

fix(escaping): Escape key/value properties on scope #280

Closed SomeKittens closed 8 years ago

SomeKittens commented 8 years ago

Previously, we weren't escaping HTML entities in scope key/vals. This opens up a whole host of issues. Instead, escape things before we drop them into our extension panel.

Closes #135

erwinmombay commented 8 years ago

LGTM

btford commented 8 years ago

:+1:

SomeKittens commented 8 years ago

Landed in d8054968b56cec5be53aaff06d3e4b883ddf0bb1

btford commented 8 years ago

Great. Thank you!