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

Update Ace Editor Version #156

Open aaronmallen opened 8 years ago

aaronmallen commented 8 years ago

Issue:

The following invalid CSS does not create an error annotation:

body {
    background-color: aqua;
    font-size: 18px;
    font-style: italic;
    asdf: asdfasdfasdfasdfdsdsg
    dsfdsfdsfdsfdsf
    dsdfsdfdsf
    dsfsdfsdf
    dfdsf
    }

The following invalid CSS does not create an error annotation:

body {
    background-color: aqua;
    font-size: 18px
    font-style: italic;
    }

Please see Ace#2907 for further information.