角度日历组件不起作用



有人能帮我解决以下角度日历问题吗:

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"

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

 ng-app="plunker"

而不是

 ng-app="app"

检查此工作的Plunker

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

在担心日历等问题之前,请始终检查控制台是否存在错误。

相关内容

  • 没有找到相关文章

最新更新