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

enable the load ui-ace as a commonjs module #128

Open redboul opened 9 years ago

redboul commented 9 years ago

Hi,

Currently, the ui-ace.js do not works when using es6 module with jspm for instance. Angular dependency is not exposed and the module name is not exported.

This PR is fixing it