-
Notifications
You must be signed in to change notification settings - Fork 248
Map piped into filter as _MapChangeRecord rather than Map #715
Comments
I do have a fix. I am adding some tests and will merge it. |
@vicb, thanks for the quick fix (nice to have someone in an earlier time zone ;). I would have attempted to find the bug myself but I can't run tests locally anymore. My current guess is that it might have to do with the latest version of Dartium. |
@chalin I have the same error from times to times, you should keep trying. You can also enable travis on your repo and let him run the tests as a temporary workaround. |
I guess you have not nailed down the source of the problem? Thanks for the suggested workaround (though the edit-test cycle becomes much longer then). |
When the patch is going to be published in pub? Now simple filters like: |
The next release should occur on Thursday - meanwhile you can point to the git master branch in your pubspec.yaml |
Thanks a lot! |
Running the following HTML snippet
fails stating that the object is not encodable. If you print the type of the argument received by the
json
filter (see below), then it showsrather than showing
jsonObj
as aMap
. The same snippet works under angular 0.9.8.The text was updated successfully, but these errors were encountered: