Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 60ccaca

Browse files
committed
fixup! fix(input[range]): make support for input[range] opt-in
1 parent 5ff7e8a commit 60ccaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,8 @@ function parseNumberAttrVal(val) {
15211521

15221522
function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) {
15231523
badInputChecker(scope, element, attr, ctrl);
1524-
numberFormatterParser(ctrl);
15251524
baseInputType(scope, element, attr, ctrl, $sniffer, $browser);
1525+
numberFormatterParser(ctrl);
15261526

15271527
if (isDefined(attr.min) || attr.ngMin) {
15281528
var minVal;

0 commit comments

Comments
 (0)