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() {
724724
725725 describe ( 'minlength' , function ( ) {
726726
727- it ( 'should invalid shorter than given minlenght ' , function ( ) {
727+ it ( 'should invalid shorter than given minlength ' , function ( ) {
728728 compileInput ( '<input type="text" ng-model="value" ng-minlength="3" />' ) ;
729729
730730 changeInputValueTo ( 'aa' ) ;
@@ -738,7 +738,7 @@ describe('input', function() {
738738
739739 describe ( 'maxlength' , function ( ) {
740740
741- it ( 'should invalid shorter than given maxlenght ' , function ( ) {
741+ it ( 'should invalid shorter than given maxlength ' , function ( ) {
742742 compileInput ( '<input type="text" ng-model="value" ng-maxlength="5" />' ) ;
743743
744744 changeInputValueTo ( 'aaaaaaaa' ) ;
You can’t perform that action at this time.
0 commit comments