【Angular.js】ng-patternで半角のみの入力を許可する。

メモ。

<input type="text" name="userId" ng-pattern="/^[\x01-\x7E]+$/">

これで全角文字を禁止し、半角カタカナも弾くことが出来る。