Trying to create a dyanamic tabbed interface. Where a route is opened as a tab??? We are also trying to do it.
Demo: http://aalasolutions.com/ember/tab/
app/reopens/link-component.js link
Customize all {{link-to}}
components
app/site/component/header-tabs link
Manage tabs and call the actions in the services, mainly used to display the tabs
app/site/services/headtabs/service.js link
Handles all the tab events like, add/edit/remove/swap/switch
Other files including initializer to include the service in every route, and include the link-componenet reopn in the main app.js
You will need the following things properly installed on your computer.
git clone https://github.com/aalasolutions/ember-tabbed-interface.git
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.