paulyoder/angular-bootstrap-show-errors

Bower not pulling down latest version

Closed this issue · 1 comments

I used

bower install angular-bootstrap-show-errors

to install your directive and it pulled down version 1.0.0 not the latest git version 1.0.2

1.0.0 is missing the following text:

scope.$on('show-errors-check-validity', function () {
    return el.toggleClass('has-error', formCtrl[inputName].$invalid);
});

Otherwise great work :)

Sorry about that. I pushed the git tag for version 1.0.2 so Bower should pull the latest version now