File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ describe('input', function() {
724
724
725
725
describe ( 'minlength' , function ( ) {
726
726
727
- it ( 'should invalid shorter than given minlenght ' , function ( ) {
727
+ it ( 'should invalid shorter than given minlength ' , function ( ) {
728
728
compileInput ( '<input type="text" ng-model="value" ng-minlength="3" />' ) ;
729
729
730
730
changeInputValueTo ( 'aa' ) ;
@@ -738,7 +738,7 @@ describe('input', function() {
738
738
739
739
describe ( 'maxlength' , function ( ) {
740
740
741
- it ( 'should invalid shorter than given maxlenght ' , function ( ) {
741
+ it ( 'should invalid shorter than given maxlength ' , function ( ) {
742
742
compileInput ( '<input type="text" ng-model="value" ng-maxlength="5" />' ) ;
743
743
744
744
changeInputValueTo ( 'aaaaaaaa' ) ;
You can’t perform that action at this time.
0 commit comments