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

i'd like to get a callback when escape function is called. I'll provide my implementation bellow: 1) I'm using it as fowollows `` 2) i changed modal.js so that it...

build fails with > Error: Cannot find module 'object.assign'

There seems to be a problem when using aurelia-bundler to bundle all js and html files. It only includes the index.js file for the aurelia-bs-modal plugin and still needs to...

There was a breaking change in Aurelia 0.15.0 where globalizeResources method was renamed to globalResources. Error: Unhandled promise rejection TypeError: config.globalResources is not a function at y.configure (http://localhost:9000/app/jspm_packages/github/pwkad/[email protected]/index.js:6:12) at http://localhost:9000/app/jspm_packages/github/aurelia/[email protected]/aurelia-framework.js:25:34...

I'm trying to use the aurelia-bs-modal, and everything is working except my modal-content. I'm doing: ``` html ``` where _taskInstance_is an already constructed viewModel (with corresponding template). When rendered the...

I'd like to see some kind of support form modal-lg and modal-sm. Perhaps transferring any attached classes on to the div with class="modal-dialog". Or perhaps another binding: ``` ``` Perhaps...

When the modal is hidden with backdrop, showing property stay true, so it couldn't be triggered next time even if you handle modal event ``` javascript $(this.modal).on('hidden.bs.modal', (e) => {...