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

ui-ace need ace to work... (o rly?)

Open rahulsharma841990 opened this issue 7 years ago • 2 comments

what that means? can any one explain me?

rahulsharma841990 avatar May 03 '17 06:05 rahulsharma841990

I think you need ace-builds to get it work. I had this issue and used ace-builds and it worked. include this in your project: https://github.com/ajaxorg/ace-builds/tree/master/demo

hannabasha avatar Jul 24 '17 11:07 hannabasha

I had this issue and it appears to be a dependency issue. I required the following files and it worked for me

  1. bower_components/ace-builds/src-min-noconflict/ace.js
  2. bower_components/ace-builds/src-min-noconflict/ui-ace.js.js

BusbyActual avatar Dec 05 '17 22:12 BusbyActual