You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
#5127 seems not solved in 1.2.11
Updated the plunkr of the previous submitter for the new version of Angular
I've traced the problem down to (angular-mocks)
Basically the object saved inside the expectations property of $httpBackend retain the normal date type
while, as expected,
JSON.parse()
contained in theangular.fromJson()
function produces:considering this results
angular.equals()
fails andmatchData()
also fails accordinglyThe text was updated successfully, but these errors were encountered: