我已經搜索並沿用了很長一段時間的角碼,無法找到這個錯誤信息來自哪裏。我知道驗證的作品,但我的代碼只有這樣:angular.js驗證錯誤信息
<span class="error" ng-show="myForm.input.$error.required">
Required!</span>
<span class="error" ng-show="myForm.input.$error.email">
Not valid email!</span></br>
但這種錯誤出現:
我不能甚至找不到地方串聯可能會產生這樣。單詞「請」甚至不在角碼中。
在這裏猜測:瀏覽器,因爲HTML5支持「type ='email'」? http://css.dzone.com/news/custom-validation-messages –
馬克,把它作爲一個答案,所以我可以給你信貸。 – mike628