aboutsummaryrefslogtreecommitdiffstats
path: root/test/angular-mocksSpec.js
AgeCommit message (Collapse)Author
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-08TzDate should support various UTC methodsIgor Minar
2010-10-26adding missing angular-mocksSpec.js fileIgor Minar