ng -minlength and ng-maxlength instructions. <input type="text" ng-model="name" ng-minlength="3" ng-maxlength="10"> {{name}}.
確定! 回上一頁