ember-cli-confirm-dialog
v0.0.7
Published
This README outlines the details of collaborating on this Ember application.
Downloads
3
Readme
TMS : Confirm Dialog
This README outlines the details of collaborating on this Ember application.
Prerequisites
Installation
npm install --save-dev ember-cli-confirm-dialog
Usage
In you template :
{{#if isConfirmVisible}}
{{confirm-modal isVisible=isConfirmVisible
confirmationMsg="Are you sure you want to proceed?" title="Confirmation"
confirmType="delete" proceed="proceed"}}
{{/if}}
Toggle the 'isConfirmVisible' property to view the modal.
Add an action "proceed" with a parameter 'type' in your current route.
Further Reading / Useful Links
- ember: http://emberjs.com/
- ember-cli: http://www.ember-cli.com/
- ember-addons
- http://hashrocket.com/blog/posts/building-ember-addons
- http://www.emberaddons.com/
- Development Browser Extensions