For some reason the initialized value doesn\'t appear in the field, but the second field without the ng-pattern does work. any ideas?
angular.module(\'ap
Yes indeed! This was causing me an issue to...leaving the quotes out is what fixed it for me.
$scope.regVal= /([A-Z]{3}\s?(\d{3}|\d{2}|d{1})\s?[A-Z])|([A-Z]\s?(\d{3}|\d{2}|\d{1})\s?[A-Z]{3})|(([A-HK-PRSVWY][A-HJ-PR-Y])\s?([0][2-9]|[1-9][0-9])\s?[A-HJ-PR-Z]{3})/;