Hyungwu Pae

Results 7 comments of Hyungwu Pae

When I tried to load css file in chrome, I got following error. `loadjs.js:104 Uncaught TypeError: Cannot read property 'length' of null` ``` // treat empty stylesheets as failures (to...

It happens when fetching remote css file. For example, ``` html window.addEventListener('load', function(ev) { loadjs('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css', function() { log('bootstrap loaded'); }); }); This should be bootstrap style btn-group and it works...

It seems a good solution and works fine with Chrome, Safari, Firefox ! 👍 Thank you. When is this new version available as a npm package?

Thanks for this great work. Any update on this?

@iceye Thank you. But there are some errors printed on the console. `Cannot read property 'w' of undefined` or `Error: [$compile:nonassign] http://errors.angularjs.org/1.2.26/$compile/nonassign?p0=undefined&p1=imgCrop`

@iceye While I was testing, I got this error. ``` Error: [$compile:nonassign] http://errors.angularjs.org/1.2.26/$compile/nonassign?p0=undefined&p1=imgCrop at Error (native) at https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js:6:450 at n (https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js:53:142) at Object. (https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js:53:234) at k.$digest (https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js:109:289) at k.$apply (https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js:112:398)...