angular.js/test/ng/filter
Igor Minar ac4318a2fa refactor(fromJson/date filter): move date string logic to date filter
Breaks angular.fromJson which doesn't deserialize date strings into date objects.

This was done to make fromJson compatible with JSON.parse.

If you do require the old behavior - if at all neeeded then because of
json deserialization of XHR responses - then please create a custom
$http transform:

$httpProvider.defaults.transformResponse.push(function(data) {
  // recursively parse dates from data object here
  // see code removed in this diff for hints
});

Closes #202
2012-03-28 16:30:30 -07:00
..
filterSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
filtersSpec.js refactor(fromJson/date filter): move date string logic to date filter 2012-03-28 16:30:30 -07:00
limitToSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
orderBySpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00