plwalters / aurelia-bs-modal

DEPRECATED - Aurelia plugin for bootstrap modal
MIT License
17 stars 16 forks source link

New App Error #21

Closed sn0rcha closed 8 years ago

sn0rcha commented 8 years ago

Hey Guys,

Thanks for the module. I have an error whenever I include the plugin:

Unhandled promise rejection TypeError: aurelia.globalizeResources is not a function
    at a.configure 
jspm_packages/github/pwkad/aurelia-bs-modal@0.2.2/index.js:6:13)

Any ideas what I'm doing wrong? My config is below:

export function configure(aurelia) {
    aurelia.use
        .standardConfiguration()
        .developmentLogging()
        .plugin('aurelia-bs-modal')
        .plugin('bootstrap')
        .plugin('aurelia-animator-css');
    aurelia.start().then(a => a.setRoot());
}
plwalters commented 8 years ago

This plugin needs to be updated with the latest plugin configuration changes, will get this fixed in a bit.

plwalters commented 8 years ago

This should be resolved now trying to verify now

plwalters commented 8 years ago

Verified