charalampos papaloizou
charalampos papaloizou
Hello, I just found your library. I am building something similar. i was just wandering if you want to make a team? You can check it here https://github.com/papaloizouc/jsonTOxls. I am...
if this line is removed `if (!window.OT) throw new Error('You must include the OT library before the OT_Angular library');` and this is removed ``` .factory('OT', function() { return OT; })...
hi do you think this is a reasonable change? having a disabled input on the browser prevents the popup from showing, but doesn't seem to prevent it on android (crosswalk).
allows other libraries to use .onerror as well. i think this is what jquery does: ``` if ( window.addEventListener ) { window.addEventListener(eventname, func, false); } else { window.attachEvent(eventname, func); //...
hello, there was an issue with extract text, i made this fix for a project i was working on. i added a test, i dont know if it breaks anything...