Skip to content

Commit

Permalink
fix(validation): Remover metodo não utilizado
Browse files Browse the repository at this point in the history
  • Loading branch information
abalad committed May 31, 2017
1 parent 55e5e3c commit cebf9b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/validations/validations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,4 @@ export class Validations {
* Property for maxLength value
*/
@Input() maxLength: string;


hasValidation() {
return Object.keys( this.validations ).length > 0;
}
}

0 comments on commit cebf9b9

Please sign in to comment.