angular-ui / ui-ace

This directive allows you to add ACE editor elements.
http://angular-ui.github.io/ui-ace
MIT License
578 stars 172 forks source link

workerPath is now basePath #113

Open nemanjan00 opened 9 years ago

nemanjan00 commented 9 years ago

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

bostondevin commented 8 years ago

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 commented 8 years ago

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

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

dmitry-kostin commented 8 years ago

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

nemanjan00 commented 8 years ago

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