角度日历组件不起作用

时间:2014-10-13 21:37:36

标签: angularjs fullcalendar

有人可以帮我解决角度日历问题,如下所示:

following is the plunker     

http://plnkr.co/edit/fChjjzknFOWmLcuUomeD?p=preview`

where "calendar.js" comes from 

https://github.com/angular-ui/ui-calendar

and "fullcalendar.js","moment.min.js" and "fullcalendar.css" are from 

http://fullcalendar.io/download/

我只想在此刻显示日历和字符串“Hello world”

1 个答案:

答案 0 :(得分:1)

在Plunkr示例中,您在索引视图中将应用程序命名为错误。

 ng-app="plunker"

而不是

 ng-app="app"

检查这个工作的Plunker

http://plnkr.co/edit/11GUvB6CjnZxrk6dlEnk?p=preview

在担心日历等问题之前,请务必检查控制台是否有错误。