chris marx

Results 16 comments of chris marx

Ok, I could fix this, the scroll handler for IE 11 apparently wants documentElement: ``` javascript function scrollHandler() { //add support for IE11 var scrollTop = this.scrollTop || this.scrollY ||...

Oh, also, IE 11 also can't do interpolation in style (bug), so you have to use ng-style: `` doesn't work, this does: ``

No, not mobile. IE11 on Win10. Does this plunker work for you? It shows at least the ie style interpolation problem- http://stackoverflow.com/questions/19014765/angular-bug-ie10-variable-in-style-attribute

It's true, running just "gulp" runs the default tasks, which runs clean and the build tasks. I think the docs are misleading here, as it makes it sound like the...

I second this, and now would be a great time, given that www.eurekastreams.org appears to be entirely down :(

And now the whole website is down, any chance the documentation could be dumped into github?

That would be really wonderful, we're still using es in production, and I've been using the api reference documentation, and am planning some new development this week where I'd like...

Yes! we need these too!

Hi, Ok, I started on this. Georeferencing worked just fine in QGIS, but I'm not finding a nice way to automatically turn the rgba values into discrete zones. Do you...