MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / textInputType

Function textInputType

web/static/bower_components/angular/angular.js:21635–21638  ·  view source on GitHub ↗
(scope, element, attr, ctrl, $sniffer, $browser)

Source from the content-addressed store, hash-verified

21633}
21634
21635function textInputType(scope, element, attr, ctrl, $sniffer, $browser) {
21636 baseInputType(scope, element, attr, ctrl, $sniffer, $browser);
21637 stringBasedInputType(ctrl);
21638}
21639
21640function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) {
21641 var type = lowercase(element[0].type);

Callers

nothing calls this directly

Calls 2

baseInputTypeFunction · 0.85
stringBasedInputTypeFunction · 0.85

Tested by

no test coverage detected