ember-cli-confirm-dialog

0.0.7 • Public • Published

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.

/ember-cli-confirm-dialog/

    Package Sidebar

    Install

    npm i ember-cli-confirm-dialog

    Weekly Downloads

    1

    Version

    0.0.7

    License

    MIT

    Last publish

    Collaborators

    • varun_goyal