ui-ace icon indicating copy to clipboard operation
ui-ace copied to clipboard

workerPath is now basePath

Open nemanjan00 opened this issue 10 years ago • 4 comments

In new version of ace, workerPath option is changed to basePath. :)

nemanjan00 avatar Jun 13 '15 18:06 nemanjan00

I can't set the workerPath using the method described in the documentation - maybe this is why???? I can't really use this, or i'll have to monkeypatch it.

bostondevin avatar Dec 26 '15 17:12 bostondevin

Change line #37 to this and it's fixed:

config.set('basePath', opts.workerPath);

bostondevin avatar Dec 26 '15 17:12 bostondevin

aaaa why this is not fixed yet, almost a year passed.. :)

dmitry-kostin avatar Sep 29 '16 12:09 dmitry-kostin

https://github.com/angular-ui/ui-ace/pull/160

nemanjan00 avatar Sep 29 '16 12:09 nemanjan00