Jiarong Xu
Jiarong Xu
To solve issue #32
I got this error 'Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.' when web storage is disabled. Could you check if web...
Could you bind keyup event to emit hasError and ng2TelOutput?
My Code : ``` resource = Resource.find_by_id(resource_id) kit = IMGKit.new(url, 'load-error-handling' => 'ignore') img = kit.to_img(:png) file = Tempfile.new("template_"+resource_id.to_s+'.png', 'tmp', :encoding => 'ascii-8bit') file.write(img) file.flush resource.image = file if resource.save...