-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 1.5.0 #40
Comments
hi, |
happens only in chrome when there are dynamic and static tabs mixed, only when angularjs is 1.5.0. |
Looks like a Chrome bug, if you inspect the tabs and toggle either the display or float property on and off, the layout fixes itself. Still not sure why this only happens on Chrome. .ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li {
float: none;
display: table-cell;
} EDIT: |
Use ng-if for loading the data
|
Hi. This is very much what I need to use for a current project, however when referencing the later versions of Angular, ui Bootstrap and Bootstrap css, I get a number of Javascript errors and the last tab is thrown to a new line.
angularjs/1.5.0/angular.js
ui-bootstrap-tpls-1.1.2.js
bootstrap/3.3.6/css/bootstrap.css
The text was updated successfully, but these errors were encountered: