The tab button gets a class (default active
) when active.
To change this class, either set active-class
on the content or button:
The tabbed-content
component sends on-change
when a button is clicked.
Respond to this and update active
for the tab to change
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.