Waiski

Results 4 comments of Waiski

After looking for some guidance in [SO](http://stackoverflow.com/questions/22819510/meteor-how-to-include-a-template-only-if-it-exists/), I got a solution for this. However before I make any pull requests, I think it should be considered if custom templates are...

I started writing something in that direction, but now I can't decide on the specifics about how the cell content should be specified. Ideally, I think, users could specify the...

Please review [what I came up with](https://github.com/Waiski/meteor-accounts-admin-ui-bootstrap-3/commit/29479696ca6949cc2e35625f6b3d422777e2b5e2). This does not yet do anything to the info or edit boxes, so options `editable` and `inInfo` don't do anything yet. As an...

As @dpatte pointed out, it seems that the example does not work in Firefox 37.0.1. Adding: `document.body.appendChild(link);` before `link.click()` seems to fix this though. I wonder however if it would...