Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 812 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 812 Bytes

ember-cli-table-flip

(╯°□°)╯︵ ┻━┻

Demo

Inspired by: Shrug Guy

Usage

Default style

{{table-flip}}

Put the table back

{{table-flip emoticonStyle='reset'}}

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-table-flip
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.