.当你在用到label标签,你会发现label中的控件点击失效,这时只需要将label标签改为div。
以下代码中只需更改label标签为div即可。
<label class="item item-input">
<i class="icon ion-ios-telephone padding-right"></i>
<input type="text" placeholder="手机号码" ng-model="loginUserInfo.userphone">
<input type="text" placeholder="手机号码" ng-model="loginUserInfo.userphone">
</label>