angular.js/test/ng/filter
Igor Minar cc821502bc fix(date): parse string input as local time unless TZ is specified
previously we were always parsing the string input as UTC which cased issues like:

{{ '2012-04-01' | date:'d MMM yyyy' }} renders as 31 Mar 2012

BREAKING CHANGE: string input without timezone info is now parsed as local time/date

Closes #847
2013-01-09 09:50:43 -08:00
..
filterSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
filtersSpec.js fix(date): parse string input as local time unless TZ is specified 2013-01-09 09:50:43 -08: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