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

Upgrade dependency to latest version of Ace editor? #8

Closed nat-n closed 11 years ago

nat-n commented 11 years ago

version 1.1.1 has some significant improvements over 1.0.0

Using Ace 1.1.1 in my ui-ace setup seems to result in the editor initialising but now displaying (what's with that?).

Has anyone looked into where the incompatibility lies? How hard would a fix be?


Update: setting .ace_editor { position: absolute; } seems to fix the no display issue. Are there any other reasons to be hesitant about updating ui-ace's dependency?