MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / textInputType

Function textInputType

code/songhop/www/lib/angular/angular.js:19542–19545  ·  view source on GitHub ↗
(scope, element, attr, ctrl, $sniffer, $browser)

Source from the content-addressed store, hash-verified

19540}
19541
19542function textInputType(scope, element, attr, ctrl, $sniffer, $browser) {
19543 baseInputType(scope, element, attr, ctrl, $sniffer, $browser);
19544 stringBasedInputType(ctrl);
19545}
19546
19547function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) {
19548 var type = lowercase(element[0].type);

Callers

nothing calls this directly

Calls 2

baseInputTypeFunction · 0.70
stringBasedInputTypeFunction · 0.70

Tested by

no test coverage detected