ember-remodal
ember-remodal copied to clipboard
An intensely usable modal add-on for Ember.js
Letβs get started with automated dependency management for ember-remodal :muscle: π Greenkeeper has found a `yarn.lock` file in this repository. Greenkeeper supports lockfile updates for public packages. If you use...
Closes #45 This is **not ready** but I wanted to get the PR going so I could see if Travis is happy with it and etc... @esbanarango if you get...
I would love it if it was possible to open/close modals in quick succession without using promises. I believe this may be possible with [ember-concurrency](http://ember-concurrency.com), but I don't want to...
I'm leaving this here for reference to others who are using ember-remodal and find some of the semantics difficult to work with. Specifically the case where you want to wrap...
This is cause by the remodal bug: https://github.com/vodkabears/Remodal/issues/291 Not that this will get fixed but it is here for documentation reasons. ```js open() { let openPromise = this.get('remodal').open(MODAL_NAME); this.set('openPromise', openPromise);...
DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade to at least ember-cli-babel 6.6. Versio n 5.2.8 located: crm -> ember-remodal -> ember-cli-babel
It would be useful if I want to close modal window by hands from code-behind, without using {{#modal.cancel}} or forService=true. Example: ```hbs {{yield (hash open=(component 'ember-remodal/er-button' modalId=elementId) confirm=(component 'ember-remodal/er-button' action=(action...
The current `ember-cli-fastboot` releases (1.0.0-rc.1 and above) introduce breaking changes. These will most likely break your current FastBoot implementation. See https://github.com/ember-fastboot/ember-cli-fastboot/issues/387 for more information and a guide on how to...
```htmlbars {{#ember-remodal forService=true/false lazyRendering=true ... }} {{/ember-remodal}} ```