aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.js
AgeCommit message (Collapse)Author
2010-11-16Changed error handling so that better stack traces are displayed in the ↵Misko Hevery
ng-errors
2010-11-15added remaining directives and search box.Misko Hevery
2010-11-08Support ISO 8601 extended datetime format troughout angular.Igor Minar
Support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm:ss.SSSZ) as defined in EcmaScript 5 throughout angular. This means that the following apis switched from YYYY-MM-DDTHH:mm:ssZ to YYYY-MM-DDTHH:mm:ss.SSSZ (note the added millis) when representing dates: - angular.Date.toString - angular.String.toDate - JSON serialization and deserialization (used by json filter, $xhr and $resource)
2010-11-05fix error in json parser which did not allow 1.2E10 as numberMisko Hevery
2010-10-27rename src/Parser.js to src/parser.jsIgor Minar