<script src="https://code.angularjs.org/1.2.7/angular.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.0-beta.3/angular-sanitize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.0-beta.3/angular-touch.js"></script>
<div ng-controller="myCtrl">
<div ng-model="currentTab" ng-init="currentTab='hScroll'"/>
<div ng-init="popovers = [
{ name: 'Popover1',
displayName: 'Pick a lab',
tabs: [
{ name: 'hScroll',
displayName: 'Horizontal scroll',
description: [
'The scroller scrolls',
'The container height cuts the scroller despite the use of border-box model if non calc on height is performed'
]
},
{ name: 'h and vScroll',
displayName: 'Vertical scroll issue',
description: [
'a The tabContent contains a fixed height plus overflowing text',
'b The tabContent contains a fixed height plus overflowing text',
'c The tabContent contains a fixed height plus overflowing text',
'd The tabContent contains a fixed height plus overflowing text',
'e The tabContent contains a fixed height plus overflowing text'
]
},
{ name: 'vScroll',
displayName: 'Vertical scroll issue',
description: [
'a The tabContent does overflow the container',
'b The tabContent does overflow the container',
'c The tabContent does overflow the container',
'd The tabContent does overflow the container',
'e The tabContent does overflow the container',
'f The tabContent does overflow the container',
'g The tabContent does overflow the...