javascript - issue with angularjs ng-pattern special character & (ampersand) -


issue angularjs ng-pattern special character & (ampersand)

angularjs ng-pattern="/^[-& a-za-z'0-9#/]*$/". input text filed should able take special character &, not. input filed being reported invalid. reason why ng-pattern not allowing & in angularjs.


Comments