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.
scope.$eval with "" (empty string) keys #9893
Closed
Description
scope.$eval('{"":"test"}')
and JSON.parse('{"":"test"}')
should produce the same result.
See
https://gist.github.com/anonymous/0dc24d0c8948c75b4086
http://jsbin.com/gafule/1/edit