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

Wrong file path in bower file, dep injection works incorrectly #40

Closed slopjong closed 10 years ago

slopjong commented 10 years ago

A file path in the main field in bower.json must be changed, otherwise grunt-bower-install will inject a wrong (non-existing) file.

slopjong commented 10 years ago

Duplicate of pull request #41 which already fixes the bug.