我正在使用角度datepicker插件 https://github.com/g00fy-/angular-datepicker
并且我不明白我必须做什么来启动它。 我创建了
<input type="datetime" class="form-control" date-picker ng-model="user.birthDate" view="date" auto-close="true">
我尝试使用输入和div而不是输入相同的代码,但没有任何反应(顺便说一下,angular.js,moment.js angular-datepicker.js也被导入了。)
点击输入或div时没有任何反应 我的代码中缺少什么? 谢谢你的帮助!