Results 37 comments of viskin

I actually started conversion attempt: https://github.com/viskin/angularjs-pdf/tree/angular2

Great library, but unfortunately I currently have no time for helping to maintain it. I will be glad to finish the conversion to angular2, which is already 75% done.

I've done some testing here: https://github.com/viskin/angularjs-pdf/tree/angular2. Sadly I currently have no time to invest in it. I implemented pdf component there based on original js implementation. What left unsolved is...

I tried, now editorconfig plugin appears. During installation I've got some error (if I remember right, code 65). I added .editorconfig to XCode project, it seems to be ignored.

Thank you, pleased to hear. Do you mean removing dependency on jQuery animation plugin, or removing dependency on jQuery for any purposes. Technically, now I use jQuery, in addition to...

In v0.2.0 added animateFunctionAdapter, that can be used to provide alternative animation routine.

Ok, I'll remove the dependency later this week

v0.2.1 performs feature detection and uses alternative algorithm for $.extend if jQuery was not supplied. marker-animate still has the jQuery dependency. You can provide alternative animation routine with animateFunctionAdapter that...

Ok, let's think how to resolve this issue. MAX_ZINDEX is not a property on a marker, but instead a constant on google.maps.Marker, so you can access its value like this:...

Oh, sure this is a bug. I will try to fix it ASAP. Thank you.