Keith Garrod
Keith Garrod
I would also be interested in this or any alternative approach to testing Angular2 apps with AngularFire2. Any plans?
In case anybody else has this problem, I replaced lines 432-462 of angular-virtual-scroll.js with this(lines 436-437): ``` destroyActiveElements('pop', rendered.length); rendered = addElements(newValue.start, newEnd, collection, scope, iterStartElement); ``` I can see...
Hi Andrew, Thanks for getting back to me. Maybe I have described the problem incorrectly. Here is a screenshot. The issue is with this output: "25 scenarios ( passed) 76...
Thanks! Please let me know if there's anything I can do to help. On Sun, May 1, 2016 at 2:34 PM Stepan Suvorov [email protected] wrote: > @kpgarrod https://github.com/kpgarrod > thank...
I'm not sure if my point 2 slipped through the cracks, but that is really the critical issue for me right now. "On a mobile device the keyboard does not...
@stevemeister Thanks for the suggestion. I logged an [issue at angular-material](https://github.com/angular/material/issues/8593) but it was closed as a duplicate of [another issue](https://github.com/angular/material/issues/8487) which suggests using Summernote. Summernote depends on JQuery and...
Thanks. May I suggest that you also post a message in the open issue: https://github.com/angular/material/issues/8487 ? I'm not sure if anybody will look at my issue now that it's closed....
Thanks! On Tue, May 31, 2016 at 10:35 AM Stepan Suvorov [email protected] wrote: > @kpgarrod https://github.com/kpgarrod > as you see it's an issue of angular-material > angular/material#5937 https://github.com/angular/material/issues/5937 > >...
I am still having this problem with angular-material 1.1.0. I have created an issue there: https://github.com/angular/material/issues/9414. This is affecting my production users so any help would be greatly appreciated!
@DanielJoyce I don't understand how you managed to clear the errors from Atom Typescript without typings for Polymer.DomApi. Am I missing something?