Open arthurshlain opened 4 years ago
How about this? :)
{ "space":73,2,"space_percent":94,9 }
Means:
{ "space":73.2,"space_percent":94.9 }
How it works in demo now:
angular.js:10734 Error: Found } that I can't handle at line 0:37
This is really tricky, because [9,7] should map to [9, 7] and not [9.7]. I'll have to think about this one a little more...
[9,7]
[9, 7
[9.7]
How about this? :)
{ "space":73,2,"space_percent":94,9 }
Means:
{ "space":73.2,"space_percent":94.9 }
How it works in demo now:
angular.js:10734 Error: Found } that I can't handle at line 0:37