0.2.3 • Published 5 years ago

@dk03/ember-inplace-edit v0.2.3

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

ember-inplace-edit npm version Build Status

This is Ember cli addon for inplace editing.The original repository is not maintain by the Authors.Ember-CLI and all test was updated in this repository.

Demo

Installation

  • ember install @dk03/ember-inplace-edit

Released Version

Usage

This addon provides an ember-inplace-edit component.

{{ember-inplace-edit
  text=text
  value=value
  placeholder="Add Placeholder content"
  placeholderClass="placeholder div class"
  editIcon="Edit icon class, ex: fa fa-edit"
  action=(action "saveUser")
}}

Properties

Actions

Events

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above
0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago