Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    dart:js now supports the transfer of several types, not only primitives, maps {} and arrays []. See the section Proxying and automatic conversion. Commented Dec 10, 2013 at 20:35
  • My understanding is that your answer is applicable to dart, not angular-dart. Am I wrong? If so, can you provide a reference in angular-dart's documentation? Commented Dec 11, 2013 at 7:26
  • OK, so you mean to say that dart:js is usable from angular-dart? Sorry I didn't get that earlier. Commented Dec 11, 2013 at 9:16
  • Yes, my answer is about dart. Fact you are using angular-dart doesnt change anything. I had to use older version of lib when any custom object was throwing unknownjavascriptobject. Thanks Alexandre for poiting. Commented Dec 11, 2013 at 9:27