Open vdrasutis opened 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"],
Any idea when this might be patched?
+1
+1
Is this repo still maintained at all?
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>