Skip to content

Commit ea1a867

Browse files
committed
Finally change "range" to a number type in angular.js.
See angular/angular.js#5892 and angular/angular.js#7370
1 parent d441344 commit ea1a867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/angular.js

+1
Original file line numberDiff line numberDiff line change
@@ -15912,6 +15912,7 @@ var inputType = {
1591215912
</doc:example>
1591315913
*/
1591415914
'number': numberInputType,
15915+
'range': numberInputType,
1591515916

1591615917

1591715918
/**

0 commit comments

Comments
 (0)