Jayson Harshbarger
Jayson Harshbarger
Not sure if this is a angular-intro.js problem per se... but definitely more relevant to the dynamic nature of angular. I have an intro that instructs the user to interact...
Happy new year! Do you while we can get rid of this code: https://github.com/arobase-che/remark-attr/blob/master/src/index.js#L194 If we still need it we might need to improve the algorithm here. I've found several...
One trouble with the XML serialization you are doing here is that CSS defined styles are lost. This is a problem I'm working on here: https://github.com/Hypercubed/svgsaver . If you include...
Please fix!!! :) 
I used one of your pluckers to create an example for nested data. I thought I would share. http://embed.plnkr.co/s5dCMB/preview
- [x] Bug reports containing repro steps are likely to be fixed faster I've been able to identify and reproduce a bug where, in some cases, a `drop` is misidentified...
**What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...
**What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...
Implement Accessible Drag and Drop * dnd should work with keyboard input * dnd shoudl work well with voice over resources: * https://medium.com/salesforce-ux/4-major-patterns-for-accessible-drag-and-drop-1d43f64ebf09
Add a mechanism to `ngx-dialog` to intercept `closeOnOutsideClick` (and possibly `closeOnEscape`) and potentially prevent closing. example: ```js this.drawerService.create({ closeOnOutsideClick, beforeClose() { return canDialogClose(); } }); ```