Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
fix(bootstrap): remove unused jquery attr in form group
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Jun 10, 2016
1 parent 4d09ec9 commit c096f97
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/frameworks/bootstrap/form-group.js
@@ -1,12 +1,7 @@
import {FormGroup} from './../form-group'; import {FormGroup} from './../form-group';


export class FormGroupCustomElement extends FormGroup { /***
* in case behaviour has to be altered
*/


/** export class FormGroupCustomElement extends FormGroup { }
* @returns {string} represents the error type for the bootstrap framework
*/
messageChanged() {
$(this.element).toggleClass('has-error', !!this.message);
}

}

0 comments on commit c096f97

Please sign in to comment.