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

"bower install --save angular-ui-ace#bower" do not add the all needed references to index.html that ace editor were working #136

Open vdrasutis opened 8 years ago

vdrasutis commented 8 years ago

Hello I am using:

When executin in cmd bower install --save angular-ui-ace#bower Bower adds only this <script src="bower_components/angular-ui-ace/ui-ace.js"></script> reference to index.html.

Is it should do not add (work like this) below written reference or this is a bug? <script type="text/javascript" src="bower_components/ace-builds/src-min-noconflict/ace.js"></script>

jvictorsoto commented 8 years ago

You are right, bower.json should include it in main variable, this fix it: "main": ["./ui-ace.js", "../ace-builds/src-min-noconflict/ace.js"],

tihomir-kit commented 8 years ago

Any idea when this might be patched?

mmumshad commented 8 years ago

+1

jfyzhao commented 7 years ago

+1

Is this repo still maintained at all?