The angular-ui-tabset tag has no wiki summary.
1
vote
1answer
385 views
AngularJS Bootstrap Tabset tab navigation between tabs not working in IE8
The application is all fine and working in modern browsers. However, I need it to work in Internet Explorer 8, and it seems that ng-repeat for my tabs is not working. I can't navigate between tabs, ...
0
votes
1answer
20 views
How do I place the Angular bootstrap ui <tabset> heading component to the bottom after the content rather than at the top?
My code looks like this :
<!doctype html>
<html ng-app="ui.bootstrap.demo">
<head>
<script ...
1
vote
0answers
47 views
angularjs: requireing and using tabsetCtrl.select
I am trying to create a directive that will automatically activate angular-ui tabs based on routes.
my directive is intended to be added to every tab element within the tabset.
I am requiring
...
0
votes
0answers
35 views
AngularJs and tabset
I have a tabset with 3 tabs:
<tabset>
<tab heading="Tab1" active="activeTab1">
...
</tab>
<tab heading="Tab2" active="activeTab2" select="tabTab2()">
...
0
votes
0answers
36 views
angular bootstrap scrolling-tabs issues
bootstrap-scrolling-tabs to implement scrollable tabs with angular-bootstrap element.
here is my code
<div class="abc">
<div class="panel panel-default abcd" >
...