我正在尝试实现mattlewis92的角度日历(https://github.com/mattlewis92/angular-calendar),但我无法弄清楚我需要倾向于拥有一个有效的标题组件。
问题:
<h3>{{ viewDate | calendarDate:(view + 'ViewTitle'):'en' }}</h3>
this.dateFormatter[method] is not a function
但它适用于:
<h3>{{ viewDate | calendarDate:('dayViewTitle'):'en' }}</h3>
其他:
TypeError: addFn is not a function
at CalendarNextViewDirective.onClick (calendar-next-view.directive.js:33)
与previus date相同。
有人提出建议吗?