Semantic-Org / Semantic-UI-Angular

Semantic UI Angular Integrations
MIT License
557 stars 117 forks source link

perf(rating): do not rely on ngClass #17

Closed mxth closed 8 years ago

RomainLanz commented 9 years ago

Is this alternative would be ok for you?

function toggle() {
    if (active) {
        element.removeClass('active');
    } else {
        element.addClass('active');
    }
}
matheuspoleza commented 8 years ago

closing all issues and PR for a while. Restarting project roadmap