-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 962 Bytes
/
params.json
File metadata and controls
6 lines (6 loc) · 962 Bytes
1
2
3
4
5
6
{
"name": "Ember-cli-orgchart",
"tagline": "Ember CLI addon for jquery orchart https://github.com/bigeyex/jquery.orgChart",
"body": "# ember-cli-orgchart\r\n\r\nBrings [jquery-orgchart](https://github.com/bigeyex/jquery.orgChart) functionality into your Ember app.\r\n\r\n## Installation\r\n\r\nEmber CLI addons can be installed with `ember install`\r\n\r\n ember install ember-cli-orgchart\r\n\r\n## Usage\r\n\r\nOut of the box, the bare minimum you need on the template is `data`.\r\n\r\n````Handlebars\r\n<div class=\"sample-orgchart\">\r\n {{ember-orgchart\r\n data=data\r\n onClickNode=\"onClickNodeActionHandler\" \r\n }}\r\n</div>\r\n````\r\n\r\n## Demo\r\n\r\n* Clone this repo: `git clone`\r\n* Install packages: `npm install` then `bower install`\r\n* Run `ember serve`\r\n* Visit the sample app at http://localhost:4200.\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}