Victor Savkin

Results 38 comments of Victor Savkin

@vicb I've implemented jsonp support, but I'm not 100% sure if it should be a part of AngularDart. The implementation does not depend on Angular in any way, and in...

@vicb I looked at the JSONP package before doing the spike. - It does quite a bit more than Angular needs. - It depends on the `js` package. - The...

It can be fixed only after https://github.com/Polymer/platform-dev/issues/44.

@vicb I was going to, but it turned out to be a low-priority issue. So I did not do any work on it. I've updated the issue. Please check if...

@vicb I haven't, but it is a good idea. I'll shoot them an email today.

@akserg It looks like the issue has not been fixed in Platform.js. So it is not fixed in AngularDadrt either (cause we are emulating their approach). You can, however, define...

@vicb can we generate a unique id (per component type) and pass it as selector? I don't think we have to use the name of the custom component.

@vicb I can investigate this issue. I started working on a css shim for transcluding components, and I want to make the two shims compatible.

@vicb #1300 has been fixed in #1315.