All Questions
Tagged with angular-ui-bootstrap-tab angularjs-ng-transclude
1 question
3
votes
1
answer
589
views
How does transclusion on Angular UI Bootstrap's <tab> directive work?
I'm currently trying to create a directive that has two transcluded sections and have been unsuccessful so far. Now I discovered that the tab directive of Angular UI Bootstrap does exactly that! ...