You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a solution for the problem of the height of the tabs, otherwise all the tabs have the same height even if one has less element.
Into the controller i've create a function which is called when the tab change and is passed the $index of the element and in this method i've put this lines of code:
`
$scope.update = function(index){
I've found a solution for the problem of the height of the tabs, otherwise all the tabs have the same height even if one has less element.
Into the controller i've create a function which is called when the tab change and is passed the $index of the element and in this method i've put this lines of code:
`
$scope.update = function(index){
}
`
Try this and let me know if it works.
Hope it could help someone else :)
The text was updated successfully, but these errors were encountered: