angular.js/test
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
..
auto chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ng refactor(fromJson/date filter): move date string logic to date filter 2012-03-28 16:30:30 -07:00
ngCookies chore(ngCookies): moved to module 2012-03-28 11:16:36 -07:00
ngMock chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00
ngResource chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00
ngScenario chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
AngularSpec.js fix(forEach): should ignore prototypically inherited properties 2012-03-22 16:39:36 -07:00
ApiSpecs.js fix(ng:repeat): support repeating over array with null 2012-01-06 12:19:39 -08:00
BinderSpec.js refactor(ngBindAttr): remove 2012-03-26 21:14:09 -07:00
jqLiteSpec.js feat(jqLite): make injector() and scope() work with the document object 2012-03-22 16:39:36 -07:00
jquery_alias.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jquery_remove.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jQueryPatchSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
JsonSpec.js refactor(fromJson/date filter): move date string logic to date filter 2012-03-28 16:30:30 -07:00
loaderSpec.js feat($controller): support controller registration via $controllerProvider 2012-03-26 15:23:29 -07:00
matchers.js fix(matchers.toHaveClass): Correct reference to angular.mock.dump 2012-03-19 17:26:29 -07:00
testabilityPatch.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00