0
我是AngularJS的新手,並嘗試將AngularJDBC的日期選取器與AngularJS集成,但我看不到日曆(controller/date.controller.js, views/calendar.html)。請找到plunkr(整個應用程序)的鏈接,讓我知道你的建議。AngularJs DatePicker沒有顯示視圖
http://plnkr.co/edit/cHXi8EBfrhcTfwBvJ5nU?p=preview 下面是控制器
'use strict';
angular.module('plunkr', ['ngMaterial' , 'ngMessages']).controller('mycont', function(){
this.myDate = new Date();
this.isOpen = false;
});