TypeError:$不是AureliaBootstrapDatepicker.attached中的函数

时间:2016-07-27 08:03:05

标签: aurelia bootstrap-datepicker

The thrown error

我在main.js中添加插件:

export function configure(aurelia) {
    aurelia.use
        .standardConfiguration()
        .developmentLogging()
        .plugin('aurelia-bootstrap-datepicker');

在我的foo.html中我使用以下代码:

 <bootstrap-datepicker value.bind="'mm-dd-yyyy'" dp-options.bind="dpOptions" changedate.delegate="dateChanged($event)"></bootstrap-datepicker>

我也使用骨架导航-esnext骨架。我不知道自己做错了什么。

0 个答案:

没有答案