0.0.7 • Published 9 years ago

ember-cli-confirm-dialog v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago