0.0.7 • Published 10 years ago

ember-cli-confirm-dialog v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

11 years ago

0.0.1

11 years ago