在用户更改日期之前,日期输入不会显示日期
// showing the date <p>{{someDate | date}}</p> // not showing the date. instead showing mm/dd/yyyy. // but value will change when use change is <input type="date" ng-model="someDate">
jsbin中的示例代码
我需要它才能在稳定的1.2.14版本上工作。可能吗?
我创建了一个简单的指令,以使标准input[type="date"]表单元素能够与AngularJS〜1.2.16一起正常工作。
input[type="date"]
请查看此处以获取详细信息:https : //github.com/betsol/angular-input-date
这是演示:http : //jsfiddle.net/F2LcY/2/
希望能帮助到你!