Joshua Ziggas
Joshua Ziggas
Hi there, Thank you for your library! This is more a word of warning to others, and perhaps a suggestion to make a note in the README as it might...
http://recordit.co/vF1Qdu5ybT https://plnkr.co/edit/uPkGvzynxJCfta4OCC0E?p=preview This happens when doing multiple click+drags on a draggable element. It's like it gets stuck in a state of "dragging" because onDragEnd doesn't get called, and then you...
Hello from HN and cool library ;) I'm unable to find a sufficient image or video for what I'm thinking of. Imagine "wiping" your full palm across the frame (either...
Hey this library looks amazing, great job! I'm curious how difficult/possible it would be to replace the dependencies in this library for ones a project already has included? For example,...
If the service isn't injected into a controller and prompt() is invoked then it will invoke the native prompt function. Linters won't complain because it will be recognized as a...
Something like: ``` prompt({ title: '', message: '', input: true, maxInputLength: 255 }) ``` Which is bound to ``
I was looking for a way to disable the slider, something like `[disabled]="isDisabled"` similar to disabling a button. Maybe it would be an enhancement. If you have any suggestions I'd...