rpocklin / ui-router-tabs

Idiot-proof tab panes with route support using Angular.js + Bootstrap 3 + UI Router
Other
244 stars 57 forks source link

Tab heading Icon #64

Closed sajumani closed 8 years ago

sajumani commented 8 years ago

Hi

How do we add heading icon with tab data...???

$scope.tabData = [ { heading: "Settings fdf", route: 'user.settings' }, { heading: 'Accounts', route: 'user.accounts' } ];

rpocklin commented 8 years ago

It's a feature request. You might be able to do something with :before or :after elements but it's in the pipeline.

fireole commented 8 years ago

was this feature added by chance? thanks

sajumani commented 8 years ago

thanks for your reply,... but i edited your directive template and it works fine

rpocklin commented 8 years ago

Yes it's been added now, am working to finalise a new version release and update the docs.