angular.js/test/ng/filter
Kevin Wells 4f2e360685 fix(date): correctly format dates with more than 3 sub-second digits
This date {{2003-09-10T13:02:03.123456Z | date: yyyy-mm-dd ss} is now
treated as having 123.45ms. Previously it had 123456ms so 123 seconds
were added to the formatted date.
Use local date in unit tests so they work in any time zone
2013-05-07 22:59:46 +01:00
..
filterSpec.js feat(filter): Add comparison function to filter 2013-02-14 14:43:55 -08:00
filtersSpec.js fix(date): correctly format dates with more than 3 sub-second digits 2013-05-07 22:59:46 +01:00
limitToSpec.js feat(limitTo): limitTo filter accepts strings 2012-12-19 20:13:36 +01:00
orderBySpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00