我试图在我的Ionic App中使用ui-calendar。但是我收到了这个错误,
TypeError: undefined is not a function
at Scope.link.scope.init (calendar.js:226)
at Object.fn (calendar.js:262)
at Scope.$get.Scope.$digest (ionic.bundle.js:22020)
at Scope.$get.Scope.$apply (ionic.bundle.js:22282)
at done (ionic.bundle.js:17439)
at completeRequest (ionic.bundle.js:17629)
at XMLHttpRequest.requestLoaded (ionic.bundle.js:17570)
然后使用以前的版本运行它,如下面的plunkr所示。 http://plnkr.co/edit/zfKkCp2pMaeDGvN3rq86?p=preview
我该如何解决这个问题。请帮忙。
答案 0 :(得分:2)
我更改了使用过的库中的某些版本,现在plunker可以在ionic beta 14
上使用。