2017-06-16 3 views
1
$scope.skills = [".Net","abc","account","Ajax","Android","Angular JS","Appium","c","Cobol","commerce"]; 

HTML:複数のスキル選択

<input type="text" style="margin-left:100px;color:#000;" name="skills" id="skills" class="form-control" ng-required="true" placeholder="Core Skills" ng-focus="skillsforJobs(model.Skills)" ng-pattern="/^[a-zA-Z\s]*$/" ng-model="model.Skills" typeahead="skills.name for skills in skills | filter:$viewValue | limitTo:10" ng-click="resetCity()"required/ > 

質問:テキストフィールドからスキルを選択するときにでき、同時に複数のスキルを選択しなければならないとコンマを追加する必要がありますか?

答えて