Jesse Desaever
Jesse Desaever
Given the following example: ``` /* @example var foo = { bar : 'baz' }; */ ``` There is no indentation at all in the output, which would make the...
First of all, thanks a lot for this project! I love the idea of having testable examples right on top of your functions. I tried to get it to work...
Works fine: ``` /* @example true // => true false // => true */ ``` Highlights the "true // => true" line: ``` /* @example true // => true false...
Hi there, Thank you for developing this component! I tried using ngTagsInput to select items with a property called "displayString". This property may be empty, so my template provides a...
**Version:** 7.0.0 **Environment:** - **Operating system:** All - **Browser:** All **Expected result:** ESC should close angular bootstrap modals. https://angular-ui.github.io/bootstrap/#!#modal **Actual result:** Primus calls preventDefault on the keydown event in order...
I think this bug was introduced by accident when removing the hardcoded locale here: https://github.com/lodash/lodash/commit/47a6d538f5759fc5788f1bbb147caa7fde6b0a92
Hi, First of all, thanks a lot for building this library! While using it to implement drag and drop in my current project, I ran into an issue regarding reactivity....