<textarea ng-model="mailInfo.messageContent" rows="10"
class="form-control" placeholder="1 ~ 2000"
style="border-radius:3px!important" required
ng-pattern="/^.{1,2000}$/"
ng-pattern-err-type="1 ~ 2000">
</textarea>
<textarea ng-model="mailInfo.messageContent" rows="10"
class="form-control" placeholder="1 ~ 2000"
style="border-radius:3px!important" required
ng-pattern="/^.{1,2000}$/"
ng-pattern-err-type="1 ~ 2000">
</textarea>
Previous: A Bug displayed in codeshelper style
Next: Is there any control that supports ie8 breakpoint continuation?