我意识到当光标打开时,Internet Explorer 11中的占位符属性不起作用(令人惊讶!)尽管w3schools表示它与ie10 +兼容(尽管他们的try it yourself示例确实如此在ie)中运作不佳。
这是用户在登录时看到的内容:
所以我找到了关于ng-attr-placeholder的内容,但我似乎无法使其发挥作用。
<input type="password" name="password" id="password" ng-model="user.password" class="form-control" ng-attr-placeholder="Password" required="" autofocus="">
任何想法我做错了什么?
提前谢谢!