Here is the code I am working on:
<input ng-required="{{ ixarisCurrOpts[0].selected }}"
ng-pattern="[0R]{2}[a-zA-Z0-9_-]{23}" ng-click="returnFundAccGBP()"
ng-focus="fFundAccGBP=true"
ng-change="returnFundAccGBP()" ng-blur="fFundAccGBP=false"
ng-model="fundAccGBP" id="fundAccGBP" name="fundAccGBP" type="text"
placeholder="{{ fundAccRegexPrefix }}ACO_EpAn03f8X-DyWAc0n3L"
class="form-control input-md" maxlength="25" ng-class="fFundAccGBPDef">
An issue arises when I try to run this code in Google Chrome debugger:
Error Message:
[$parse:syntax] Syntax Error: Token 'R' is unexpected, expecting []] at column 3 of the expression [[0R]{2}[a-zA-Z0-9_-]{23}] starting at [R]{2}[a-zA-Z0-9_-]{23}].