标签: html angularjs angular-material
<input type="text" ng-model="importContacts.name" required>
当我使用必需属性时,自动焦点启用,当它不使用时,则disable.how禁用具有必需属性的焦点?