mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-12 09:57:13 +08:00
all tests green, some dissabled
This commit is contained in:
@@ -11,6 +11,7 @@ function toPrettyJson(obj) {
|
||||
};
|
||||
|
||||
function fromJson(json) {
|
||||
if (!json) return json;
|
||||
try {
|
||||
var parser = new Parser(json, true);
|
||||
var expression = parser.primary();
|
||||
|
||||
Reference in New Issue
Block a user