aurelia-bs-modal icon indicating copy to clipboard operation
aurelia-bs-modal copied to clipboard

DEPRECATED - Aurelia plugin for bootstrap modal

Results 17 aurelia-bs-modal issues
Sort by recently updated
recently updated
newest added

it seems that the ``` $(this.modal).modal('show') ``` method no longer works in 3.3.6. I get an error saying the method is not found.

I included the plugin in my main.js, and everything compiles correctly. I then drop the following boilerplate code in `app.html`, and set `showing=true` in app.js - yet the modal doesn't...

I just went to test this using the example link and received a 404: https://github.com/PWKad/aurelia-samples/tree/master/src/modal Could we please get this link update to point to the correct location for these...

Aurelia keeps changing its functions every month. This is a change to fit the latest commits in aurelia that actually revert the function from how it was back in August....

Helloo Patrick, any chance that we might get a modal without bootstrap/jquery? I would really appreciate - and I also saw some other requests in aurelia gitter - to have...

enhancement

Whether in the samples project or my own project, when I click off the modal, bootstrap hides it, but then Aurelia can't re-open it, In the past I've solved this...

note i didn't update dist folder (as it would conflict with other merge request: https://github.com/PWKad/aurelia-bs-modal/pull/32 )

Would it be possible to add support for custom buttons in the `` element? As of now you only support `` and `` which doesn't allow custom elements. In my...